feat: add unfold by default to nixvim
This commit is contained in:
parent
f9a6e602d8
commit
a310ef4c08
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
wrap = false;
|
wrap = false;
|
||||||
shiftwidth = 2;
|
shiftwidth = 2;
|
||||||
tabstop = 2;
|
tabstop = 2;
|
||||||
|
foldlevel = 1000; # Open all folds by default
|
||||||
|
|
||||||
# Search
|
# Search
|
||||||
hlsearch = true;
|
hlsearch = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue