nvim: lua: completion: Enable treesitter completion with nvim-compe
compe recently added completion support with treesitter. Enable it.
This commit is contained in:
parent
0981238a3c
commit
51b848d1f6
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ require'compe'.setup {
|
|||
nvim_lua = true;
|
||||
spell = true;
|
||||
tags = true;
|
||||
treesitter = true;
|
||||
snippets_nvim = false;
|
||||
vsnip = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue