1
0
Fork 0

options changed

This commit is contained in:
zymon 2024-08-25 15:52:10 +02:00
parent 06e9e0a9c4
commit 50dfcd9bd8

View file

@ -15,7 +15,7 @@ vim.opt.encoding = "utf8"
vim.opt.spelllang = "en,pl"
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.relativenumber = false
vim.opt.numberwidth = 5
-- vim.opt.statuscolumn = "%C %4l %r"
@ -37,7 +37,7 @@ vim.opt.mouse = "a"
vim.opt.showcmd = true
vim.opt.timeout = true
vim.opt.timeoutlen = 200
vim.opt.timeoutlen = 400
vim.opt.ttimeout = true
vim.opt.ttimeoutlen = 50
@ -69,7 +69,7 @@ vim.opt.listchars = {
}
vim.opt.foldenable = true
vim.opt.foldcolumn = "2"
vim.opt.foldcolumn = "4"
vim.opt.foldlevel = 99
vim.opt.foldlevelstart = 99
vim.opt.fillchars = "eob: ,fold: ,foldopen:,foldsep: ,foldclose:"