VIM: Closes preview window after completion
This commit is contained in:
parent
c5571a6de4
commit
9255032a61
1 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,6 @@ endif
|
|||
|
||||
" Make deoplete start at startup
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
|
||||
" Closes the preview window once a completion is done
|
||||
autocmd CompleteDone * silent! pclose!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue