Minor fixes

This commit is contained in:
js0ny 2025-01-09 06:45:00 +00:00
parent c5292ac9de
commit f42ac2a6a3
17 changed files with 191 additions and 50 deletions

View file

@ -36,8 +36,10 @@ opt.cursorline = true
opt.termguicolors = true
-- Fold
opt.foldlevel = 99
opt.foldmethod = "expr"
opt.foldexpr = "nvim_treesitter#foldexpr()"
opt.foldlevel = 99
opt.foldlevelstart = 1
-- Statusline
opt.laststatus = 0
@ -50,3 +52,6 @@ opt.scrolloff = 5
opt.sidescrolloff = 10
opt.conceallevel = 2
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"