This commit is contained in:
Martin Pander
2026-02-27 15:29:53 +01:00
parent e45151a774
commit 2253f44399
5 changed files with 33 additions and 32 deletions

View File

@@ -36,7 +36,6 @@ vim.opt.foldopen = vim.opt.foldopen - 'block'
vim.opt.foldlevel = 99
vim.opt.lazyredraw = true
vim.opt.listchars = 'eol:¬,tab:▸ ,trail:·'
vim.opt.fillchars = 'vert:|,fold: '
vim.opt.list = true
vim.opt.laststatus = 3
vim.opt.scrolloff = 8