update deprecated option
This commit is contained in:
parent
c82a05cdd7
commit
47ebfb7010
1 changed files with 2 additions and 1 deletions
|
@ -22,8 +22,9 @@ in
|
||||||
telescope.enable = true;
|
telescope.enable = true;
|
||||||
autocomplete.nvim-cmp.enable = true;
|
autocomplete.nvim-cmp.enable = true;
|
||||||
|
|
||||||
|
lsp.enable = true;
|
||||||
|
|
||||||
languages = {
|
languages = {
|
||||||
enableLSP = true;
|
|
||||||
enableTreesitter = true;
|
enableTreesitter = true;
|
||||||
|
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue