❄️ Dotfiles and NixOS configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: fix folding

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

+1 -1
+1 -1
nix/modules/base/neovim/treesitter.nix
··· 2 2 flake.modules.nixos.base.programs.nixvim = { 3 3 plugins.treesitter = { 4 4 enable = true; 5 - folding = false; 5 + folding.enable = false; 6 6 settings.indent.enable = true; 7 7 }; 8 8 };