diff --git a/home/editors/neovim/default.nix b/home/editors/neovim/default.nix index e5de43b..49bd5ab 100644 --- a/home/editors/neovim/default.nix +++ b/home/editors/neovim/default.nix @@ -83,8 +83,8 @@ in { ]; extraConfig = with builtins; readFile ./init.vim + readFile ./vim-surround-fix.vim - + readFile ./which-key.vim + vimLua (readFile ./lsp/extensions.lua) - + readFile ./lsp/lsp.vim + '' + + readFile ./which-key.vim + readFile ./test.vim + + vimLua (readFile ./lsp/extensions.lua) + readFile ./lsp/lsp.vim + '' packloadall " https://github.com/neovim/neovim/issues/11409 ${vimLua (readFile ./lsp/lsp.lua)} ''; diff --git a/home/editors/neovim/test.vim b/home/editors/neovim/test.vim new file mode 100644 index 0000000..eb2a586 --- /dev/null +++ b/home/editors/neovim/test.vim @@ -0,0 +1 @@ +let g:test#csharp#runner = 'dotnettest'