feat(neovim): update config

This commit is contained in:
Felix Schröter 2021-04-13 15:15:09 +02:00
parent 471e2ca336
commit ec8d7a1339
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 27 additions and 12 deletions

View file

@ -8,7 +8,6 @@ let g:compe.preselect = 'always'
let g:compe.allow_prefix_unmatch = v:true
let g:compe.source = {}
let g:compe.source.path = v:true
let g:compe.source.buffer = v:true
let g:compe.source.calc = v:true
let g:compe.source.nvim_lsp = v:true