From 755f868190eaf4c601d7f316a2c627ca5ac4bf19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?= Date: Fri, 17 Oct 2025 13:22:22 +0200 Subject: [PATCH] Use nvim lsp for Vista --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 58f4c90..2df1199 100644 --- a/init.vim +++ b/init.vim @@ -101,7 +101,7 @@ set nofixendofline nnoremap :NERDTreeToggle -let g:vista_default_executive = "lcn" +let g:vista_default_executive = "nvim_lsp" nnoremap :Vista!! nnoremap :%s/\C\<\>/ -- 2.51.2