Skip to content

Commit ab8f34e

Browse files
committed
fix(nvim): expand all folds
1 parent e690591 commit ab8f34e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/nvim.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ with lib;
4343
confirm = true; # confirm to save changes before exiting modified buffer
4444
cursorline = true; # enable highlighting of the current line
4545
expandtab = true; # use spaces instead of tabs
46+
foldlevelstart = 99; # expand all folds
4647
foldmethod = "expr"; # fold level of a line
4748
foldtext = "";
4849
formatoptions = "jcroqlnt"; # default: tcqj

0 commit comments

Comments
 (0)