enable lua completion by default
This commit is contained in:
parent
628f7272d9
commit
25b1b60f6a
2
init.vim
2
init.vim
|
@ -156,6 +156,8 @@ set completeopt=menuone,noinsert,noselect
|
|||
let g:completion_enable_auto_signature = 0
|
||||
|
||||
let g:completion_enable_snippet = 'UltiSnips'
|
||||
" Use completion-nvim in every buffer
|
||||
autocmd BufEnter * lua require'completion'.on_attach()
|
||||
|
||||
|
||||
"========================== A Nice Color Scheme ================================
|
||||
|
|
Loading…
Reference in New Issue
Block a user