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

Typo in comment

This commit is contained in:
Michiel Scholten
2014-11-29 10:21:56 +01:00
parent 71d26a2d3e
commit dfe133a8a3

2
.vimrc
View File

@@ -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 <F8> :TagbarToggle<CR>