Auto-update tag files up to 128 mb

main
Michael Mandl 2018-11-27 08:54:13 +01:00
parent 9b91acac6d
commit f072c743ff
1 changed files with 3 additions and 0 deletions

View File

@ -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