This commit is contained in:
Quentin Boyer 2021-08-27 13:38:52 +02:00
parent afb4a57b25
commit 7aa0c7b3e0
5 changed files with 23 additions and 14 deletions

View file

@ -21,7 +21,7 @@ require'compe'.setup {
nvim_lsp = true;
nvim_lua = true;
vsnip = true;
spell = true;
--spell = true;
};
}