This commit is contained in:
2025-08-06 22:17:13 +02:00
parent 1079071b97
commit 8ac2a280a4
5 changed files with 53 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
programs.nixvim.globalOpts = {
expandtab = true;
shiftwidth = 2;
foldmethod = "expr";
foldexpr = "nvim_treesitter#foldexpr()";
# foldmethod = "expr";
# foldexpr = "nvim_treesitter#foldexpr()";
};
}