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