mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
chore: fix warning in neovim about deprecated option, make sure treesitter folding is off
This commit is contained in:
parent
8b7977aadc
commit
b4b230dc2a
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
folding = false;
|
||||
settings = {
|
||||
indent.enable = true;
|
||||
|
||||
|
@ -29,7 +30,7 @@
|
|||
crates-nvim = {
|
||||
enable = true;
|
||||
extraOptions = {
|
||||
src.cmp.enabled = true;
|
||||
completion.cmp.enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue