Fix keymaps and fold

This commit is contained in:
Fabio Scotto di Santolo
2025-08-13 12:10:58 +02:00
parent b0d1bb1d73
commit 16f2dbbe3d
3 changed files with 32 additions and 14 deletions

View File

@@ -45,11 +45,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"