1
1
Fork 1
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:
oddlama 2024-07-15 21:50:20 +02:00
parent 8b7977aadc
commit b4b230dc2a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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;
};
};