feat: add unfold by default to nixvim

This commit is contained in:
Mohammad Rafiq 2025-03-10 00:07:18 +08:00
parent f9a6e602d8
commit a310ef4c08

View file

@ -24,6 +24,7 @@
wrap = false;
shiftwidth = 2;
tabstop = 2;
foldlevel = 1000; # Open all folds by default
# Search
hlsearch = true;