diff --git a/.vimrc b/.vimrc index 0533710..af41519 100644 --- a/.vimrc +++ b/.vimrc @@ -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 :TagbarToggle " 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'