gitsigns enable blame line

This commit is contained in:
Radu Macocian
2025-10-29 11:33:54 +01:00
parent 721559611a
commit 30425df57e
4 changed files with 9 additions and 10 deletions

View File

@@ -34,4 +34,5 @@ require 'nvim-treesitter.configs'.setup {
vim.o.foldmethod = "expr"
vim.o.foldexpr = "nvim_treesitter#foldexpr()"
vim.o.foldenable = true
vim.opt.foldlevel = 99
vim.opt.foldlevelstart = 99