feat(neovim): add fix for vim-surround

This commit is contained in:
Felix Schröter 2020-08-14 23:53:15 +02:00
parent 63e5929131
commit 511f115f65
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 23 additions and 0 deletions

View file

@ -99,6 +99,7 @@ in
];
extraConfig = with builtins;
readFile ./init.vim +
readFile ./vim-surround-fix.vim +
readFile ./which-key.vim +
readFile ./coc.vim;
# readFile ./lsp.vim;