This commit is contained in:
Christoph J. Scherr 2024-01-19 19:12:43 +01:00
parent 5baa1fffec
commit 74dfca97f6
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
local opt = vim.opt
local g = vim.g
g.maplocalleader = ";"
opt.foldmethod = "indent"
opt.foldnestmax = 10
opt.foldlevel = 2