This commit is contained in:
Christoph Schmatzler
2025-08-11 11:50:38 +02:00
parent c97e7d16e4
commit 60db219e0d
3 changed files with 26 additions and 24 deletions

View File

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