]> Untitled Git - vimfiles.git/commitdiff
Vista settings for languageclient-neovim
authorPhilippe Hürlimann <p@hurlimann.org>
Thu, 5 Aug 2021 20:30:06 +0000 (22:30 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Thu, 5 Aug 2021 20:30:06 +0000 (22:30 +0200)
init.vim

index e29d98a41331bac68ae520220c5e3c5d430d8000..e473733fdab9630839e3d01c44c0c1b4d71991bb 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -15,7 +15,7 @@ Plug 'junegunn/vim-easy-align'
 Plug 'kien/ctrlp.vim'
 Plug 'lervag/vimtex'
 Plug 'leshill/vim-json'
-Plug 'liuchengxu/vista.vim'"
+Plug 'liuchengxu/vista.vim'
 Plug 'luochen1990/rainbow'
 Plug 'mileszs/ack.vim'
 Plug 'OmniSharp/omnisharp-vim'
@@ -134,7 +134,10 @@ if has("cscope")
 endif
 
 nnoremap <C-S-N> :NERDTreeToggle<CR>
+
+let g:vista_default_executive = "lcn"
 nnoremap <F8> :Vista!!<CR>
+
 nnoremap <F3> :%s/\C\<<C-r><C-w>\>/
 
 nmap ga <Plug>(EasyAlign)