From e5ca361d9efa7149a988c328ff9cf8aea92a0180 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?= Date: Tue, 26 Mar 2019 17:18:36 +0100 Subject: [PATCH] Tagbar -> Vista --- init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.vim b/init.vim index 6f817ef..7ef8e13 100644 --- a/init.vim +++ b/init.vim @@ -14,8 +14,8 @@ Plug 'junegunn/vim-easy-align' Plug 'kien/ctrlp.vim' Plug 'lervag/vimtex' Plug 'leshill/vim-json' +Plug 'liuchengxu/vista.vim'" Plug 'luochen1990/rainbow' -Plug 'majutsushi/tagbar' Plug 'mileszs/ack.vim' Plug 'OmniSharp/omnisharp-vim' Plug 'pbrisbin/html-template-syntax' @@ -121,7 +121,7 @@ if has("cscope") endif nnoremap :NERDTreeToggle -nnoremap :TagbarToggle +nnoremap :Vista!! nnoremap :%s/\C\<\>/ nmap ga (EasyAlign) -- 2.51.2