Fix keymaps and folding

This commit is contained in:
Fabio Scotto di Santolo
2025-08-13 17:48:25 +02:00
parent df7a0ce9f2
commit d564f1a554
3 changed files with 33 additions and 17 deletions

View File

@@ -49,11 +49,6 @@ opt.statusline = "%f %m %r %=%-14.(%l,%c%V%) %P"
-- Persistent signcolumn to avoid text shifting
opt.signcolumn = "yes"
-- Fold method
opt.foldmethod = "expr"
opt.foldexpr = "nvim_treesitter#foldexpr()"
opt.foldlevel = 99 -- open all folds by default
-- Show file name and modified flag in the window bar
opt.winbar = "%=%m %f"