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;
|
||||
shiftwidth = 2;
|
||||
tabstop = 2;
|
||||
foldlevel = 1000; # Open all folds by default
|
||||
|
||||
# Search
|
||||
hlsearch = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue