feat(neovim): migrate most vimscript to lua
This commit is contained in:
parent
09d1037a2a
commit
a102a8000b
12 changed files with 232 additions and 208 deletions
3
home/editors/neovim/test.lua
Normal file
3
home/editors/neovim/test.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
vim.g["test#strategy"] = "neovim"
|
||||
vim.g["test#csharp#runner"] = "dotnettest"
|
||||
-- vim.g["test#csharp#dotnettest#options"] = "-v q"
|
Loading…
Add table
Add a link
Reference in a new issue