1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Added F8 toggle for tagbar and note about needing ctags

This commit is contained in:
Michiel Scholten
2014-11-28 11:50:24 +01:00
parent a79d70ee21
commit 7fdacacb0c

3
.vimrc
View File

@@ -6,7 +6,10 @@ call vundle#begin()
Plugin 'gmarik/Vundle.vim'
" 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'
nmap <F8> :TagbarToggle<CR>
" The unite or unite.vim plug-in can search and display information from
" arbitrary sources like files, buffers, recently used files or registers.
Plugin 'Shougo/unite.vim'