From 77af1ea1165d678a0b3953c43eaf7ddfc262ef68 Mon Sep 17 00:00:00 2001 From: gxlin Date: Mon, 7 Jun 2021 19:54:10 +0800 Subject: Add lsp config for vim --- .vim/plugins/vista.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .vim/plugins/vista.vim (limited to '.vim/plugins/vista.vim') diff --git a/.vim/plugins/vista.vim b/.vim/plugins/vista.vim new file mode 100644 index 0000000..02264b9 --- /dev/null +++ b/.vim/plugins/vista.vim @@ -0,0 +1,9 @@ +Plug 'liuchengxu/vista.vim' + +let g:vista_default_executive = 'ctags' + +let g:vista_executive_for = { + \ 'go': 'vim_lsp', + \ } + +nnoremap s :Vista -- cgit v1.2.3