Neovim 0.5.0 migration #1

Merged
esensar merged 75 commits from neovim-0.5.0 into main 2021-07-05 09:34:51 +00:00
Showing only changes of commit 23bc30beeb - Show all commits

View file

@ -4,6 +4,7 @@
" make test commands execute using dispatch.vim " make test commands execute using dispatch.vim
let test#strategy = "dispatch" let test#strategy = "dispatch"
let test#csharp#runner = "dotnettest"
" Map test running commands " Map test running commands
nmap <silent> <Leader>tn :TestNearest<CR> nmap <silent> <Leader>tn :TestNearest<CR>