mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 08:05:10 +01:00
Typo in comment
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -6,7 +6,7 @@ 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
|
" You need ctags: `sudo apt-get install exuberant-ctags` or
|
||||||
" `brew install ctags` for example
|
" `brew install ctags` for example
|
||||||
Plugin 'majutsushi/tagbar'
|
Plugin 'majutsushi/tagbar'
|
||||||
nmap <F8> :TagbarToggle<CR>
|
nmap <F8> :TagbarToggle<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user