feat(neovim): configure csharp test runner
This commit is contained in:
parent
474a56de66
commit
3918ea6548
|
@ -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)}
|
||||
'';
|
||||
|
|
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