feat: Fold #region #endregion
This commit is contained in:
parent
7cdf1bc709
commit
4f02804419
2 changed files with 15 additions and 9 deletions
|
@ -27,4 +27,7 @@ o.fillchars:append("eob: ")
|
|||
g.mapleader = " "
|
||||
g.guifont = { "Sarasa UI J", ":h16" }
|
||||
|
||||
o.foldmethod = "marker"
|
||||
o.foldmarker = { "#region" , "#endregion" }
|
||||
|
||||
require("null.remap")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue