forked from mirrors_public/oddlama_nix-config
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 = {
|
plugins = {
|
||||||
treesitter = {
|
treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
folding = false;
|
||||||
settings = {
|
settings = {
|
||||||
indent.enable = true;
|
indent.enable = true;
|
||||||
|
|
||||||
|
@ -29,7 +30,7 @@
|
||||||
crates-nvim = {
|
crates-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
src.cmp.enabled = true;
|
completion.cmp.enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue