]> Untitled Git - vimfiles.git/commitdiff
Tagbar -> Vista
authorPhilippe Hürlimann <p@hurlimann.org>
Tue, 26 Mar 2019 16:18:36 +0000 (17:18 +0100)
committerPhilippe Hürlimann <p@hurlimann.org>
Tue, 26 Mar 2019 16:18:36 +0000 (17:18 +0100)
init.vim

index 6f817ef34acd8a670c113d038cdee63201918ae1..7ef8e13b331d69bf03069375951d067522027c6e 100644 (file)
--- 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 <C-S-N> :NERDTreeToggle<CR>
-nnoremap <F8> :TagbarToggle<CR>
+nnoremap <F8> :Vista!!<CR>
 nnoremap <F3> :%s/\C\<<C-r><C-w>\>/
 
 nmap ga <Plug>(EasyAlign)