1
0
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:
jdhao 2021-06-26 01:06:20 +08:00
parent 710effaeb6
commit ca65194892

View File

@ -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;