[vim] Start with all folds open (foldlevel=99)
This commit is contained in:
parent
ba04ffe644
commit
e17117bef4
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ opt.splitbelow = true
|
||||||
opt.number = true
|
opt.number = true
|
||||||
opt.relativenumber = true
|
opt.relativenumber = true
|
||||||
|
|
||||||
|
-- Start with ~all folds open.
|
||||||
|
opt.foldlevel = 99
|
||||||
|
|
||||||
-- Customize the status bar a bit. Show the ruler, mode, and the command as the
|
-- Customize the status bar a bit. Show the ruler, mode, and the command as the
|
||||||
-- last line of the screen.
|
-- last line of the screen.
|
||||||
opt.ruler = true
|
opt.ruler = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue