mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Added F8 toggle for tagbar and note about needing ctags
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -6,7 +6,10 @@ call vundle#begin()
|
|||||||
Plugin 'gmarik/Vundle.vim'
|
Plugin 'gmarik/Vundle.vim'
|
||||||
|
|
||||||
" Display tags of the current file ordered by scope
|
" Display tags of the current file ordered by scope
|
||||||
|
" You need ctags: sudo apt-get install exuberant-ctagsor` or
|
||||||
|
" `brew install ctags` for example
|
||||||
Plugin 'majutsushi/tagbar'
|
Plugin 'majutsushi/tagbar'
|
||||||
|
nmap <F8> :TagbarToggle<CR>
|
||||||
" The unite or unite.vim plug-in can search and display information from
|
" The unite or unite.vim plug-in can search and display information from
|
||||||
" arbitrary sources like files, buffers, recently used files or registers.
|
" arbitrary sources like files, buffers, recently used files or registers.
|
||||||
Plugin 'Shougo/unite.vim'
|
Plugin 'Shougo/unite.vim'
|
||||||
|
|||||||
Reference in New Issue
Block a user