mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
disable nvim-compe buffer source
This commit is contained in:
parent
710effaeb6
commit
ca65194892
@ -134,7 +134,7 @@ require'compe'.setup {
|
||||
source = {
|
||||
omni = {filetypes = {'tex'}};
|
||||
path = true;
|
||||
buffer = true;
|
||||
buffer = false;
|
||||
spell = {filetypes = {'markdown', 'tex'}};
|
||||
emoji = true;
|
||||
nvim_lsp = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user