feat(neovim): configure csharp test runner
This commit is contained in:
parent
474a56de66
commit
3918ea6548
|
@ -83,8 +83,8 @@ in {
|
||||||
];
|
];
|
||||||
extraConfig = with builtins;
|
extraConfig = with builtins;
|
||||||
readFile ./init.vim + readFile ./vim-surround-fix.vim
|
readFile ./init.vim + readFile ./vim-surround-fix.vim
|
||||||
+ readFile ./which-key.vim + vimLua (readFile ./lsp/extensions.lua)
|
+ readFile ./which-key.vim + readFile ./test.vim
|
||||||
+ readFile ./lsp/lsp.vim + ''
|
+ vimLua (readFile ./lsp/extensions.lua) + readFile ./lsp/lsp.vim + ''
|
||||||
packloadall " https://github.com/neovim/neovim/issues/11409
|
packloadall " https://github.com/neovim/neovim/issues/11409
|
||||||
${vimLua (readFile ./lsp/lsp.lua)}
|
${vimLua (readFile ./lsp/lsp.lua)}
|
||||||
'';
|
'';
|
||||||
|
|
1
home/editors/neovim/test.vim
Normal file
1
home/editors/neovim/test.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
let g:test#csharp#runner = 'dotnettest'
|
Loading…
Reference in a new issue