mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:26:27 +00:00
Add version check for gutentags
This commit is contained in:
parent
af75cd6000
commit
686c6d6547
@ -103,7 +103,9 @@ Plug 'majutsushi/tagbar'
|
||||
nnoremap <silent> <F8> :TagbarToggle<CR>
|
||||
let g:tagbar_autofocus = 1 " Autofocus tagbar
|
||||
" }} tagbar
|
||||
Plug 'ludovicchabant/vim-gutentags' " Auto generate tags files
|
||||
if (v:version > 703)
|
||||
Plug 'ludovicchabant/vim-gutentags' " Auto generate tags files
|
||||
end
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'tomtom/tcomment_vim' " , { 'on': ['TComment', 'TCommentBlock'] }
|
||||
" tcomment_vim {{
|
||||
|
Loading…
Reference in New Issue
Block a user