get rid of preview window after insertion

This commit is contained in:
Thomas Ruoff
2017-01-31 18:15:41 +01:00
parent 78c682da2e
commit 0fe74141e7

3
vimrc
View File

@@ -238,6 +238,9 @@ iab xnow <c-r>=strftime("%Y-%m-%d %H:%M")<cr>
" Plugin Configuration {{{
"" youcompleteme
let g:ycm_autoclose_preview_window_after_insertion = 1
"" gutentags
let g:gutentags_cache_dir="~/.tags"