Auto-update tag files up to 128 mb
This commit is contained in:
parent
9b91acac6d
commit
f072c743ff
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ set laststatus=2
|
|||
set tags=./tags;
|
||||
nnoremap <F2> <C-]>
|
||||
|
||||
" autotag
|
||||
let g:autotagmaxTagsFileSize = 1024 * 1024 * 128
|
||||
|
||||
" youcomleteme config
|
||||
let g:ycm_autoclose_preview_window_after_insertion = 1
|
||||
let g:ycm_autoclose_preview_window_after_completion = 1
|
||||
|
|
Loading…
Reference in a new issue