From d4e1469e4b0c5aaf5c23be555e8b224f9254d781 Mon Sep 17 00:00:00 2001 From: gxlin Date: Thu, 15 Jul 2021 21:28:06 +0800 Subject: A usable boostrap config --- .vim/plugin/vista.plug | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .vim/plugin/vista.plug (limited to '.vim/plugin/vista.plug') diff --git a/.vim/plugin/vista.plug b/.vim/plugin/vista.plug new file mode 100644 index 0000000..02264b9 --- /dev/null +++ b/.vim/plugin/vista.plug @@ -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