mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add gutentags plugin
This commit is contained in:
10
vimrc
10
vimrc
@@ -25,6 +25,8 @@ Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --tern-completer' }
|
||||
|
||||
Plug 'mbbill/undotree'
|
||||
|
||||
Plug 'ludovicchabant/vim-gutentags'
|
||||
|
||||
Plug 'nathanaelkane/vim-indent-guides'
|
||||
|
||||
Plug 'SirVer/ultisnips'
|
||||
@@ -270,6 +272,14 @@ set undoreload=10000
|
||||
" Plugin Configuration
|
||||
"
|
||||
|
||||
"" gutentags
|
||||
let g:gutentags_file_list_command = {
|
||||
\ 'markers': {
|
||||
\ '.git': 'git ls-files',
|
||||
\ '.hg': 'hg files',
|
||||
\ },
|
||||
\ }
|
||||
|
||||
"" ACK
|
||||
if executable('ag')
|
||||
let g:ackprg = 'ag --vimgrep'
|
||||
|
||||
Reference in New Issue
Block a user