diff --git a/.vimrc b/.vimrc index af41519..5b2c824 100644 --- a/.vimrc +++ b/.vimrc @@ -6,7 +6,7 @@ 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 +" You need ctags: `sudo apt-get install exuberant-ctags` or " `brew install ctags` for example Plugin 'majutsushi/tagbar' nmap :TagbarToggle