pkg(nixvim): Refactor tree-sitter module

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent dbb0d61937
commit 44cbe023d0
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -1,5 +1,5 @@
{...}: { {...}: {
plugins = { youthlic.plugins = {
treesitter = { treesitter = {
enable = true; enable = true;
# folding = true; # folding = true;
@ -12,8 +12,5 @@
indent.enable = true; indent.enable = true;
}; };
}; };
which-key = {
enable = true;
};
}; };
} }