Added Tagbar plugin
This commit is contained in:
parent
1a94743262
commit
91771083b5
5 changed files with 6 additions and 2 deletions
1
bundles-init/tagbar.cfg.vim
Normal file
1
bundles-init/tagbar.cfg.vim
Normal file
|
@ -0,0 +1 @@
|
|||
nnoremap <silent> <Leader>t :Tagbar<CR>
|
1
bundles-init/tagbar.load.vim
Normal file
1
bundles-init/tagbar.load.vim
Normal file
|
@ -0,0 +1 @@
|
|||
NeoBundle 'majutsushi/tagbar'
|
|
@ -1,3 +1,3 @@
|
|||
NeoBundle 'bling/vim-airline' , {
|
||||
\ 'depends' : 'ctrlp.vim'
|
||||
\ 'depends' : [ 'ctrlpvim/ctrlp.vim' , 'majutsushi/tagbar' ]
|
||||
\ }
|
||||
|
|
|
@ -39,3 +39,5 @@ local leader key.
|
|||
<Leader>pp CtrlP: buffer list
|
||||
<Leader>po CtrlP: recently used files
|
||||
<Leader>pi CtrlP: directory
|
||||
|
||||
<Leader>t Toggle tagbar
|
||||
|
|
2
doc/tags
2
doc/tags
|
@ -1,2 +1,2 @@
|
|||
heavim heavim.txt /*heavim*
|
||||
heavim-shortcuts heavim.txt /*heavim-shortcuts*
|
||||
heavim.txt heavim.txt /*heavim.txt*
|
||||
|
|
Loading…
Reference in a new issue