VIM: Makes deoplete start by default
This commit is contained in:
parent
e0bbd0aade
commit
e477f57e64
1 changed files with 7 additions and 0 deletions
7
nvim/.config/nvim/plugin/deoplete.vim
Normal file
7
nvim/.config/nvim/plugin/deoplete.vim
Normal file
|
@ -0,0 +1,7 @@
|
|||
" If we aren't in nvim, exit
|
||||
if !has('nvim')
|
||||
finish
|
||||
endif
|
||||
|
||||
" Make deoplete start at startup
|
||||
let g:deoplete#enable_at_startup = 1
|
Loading…
Add table
Add a link
Reference in a new issue