get rid of preview window after insertion

This commit is contained in:
Thomas Ruoff
2017-01-31 18:15:41 +01:00
parent bbd9c12267
commit 9e4eed8bfa

3
vimrc
View File

@@ -243,6 +243,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"