should work better now

This commit is contained in:
Zoty 2026-04-13 15:49:15 -03:00
parent 8f05b02766
commit 32f636c41b
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
34 changed files with 233 additions and 2298 deletions

View file

@ -0,0 +1,29 @@
return {
'lukas-reineke/indent-blankline.nvim',
main = 'ibl',
opts = {
indent = {
char = '',
tab_char = '',
},
scope = {
enabled = true,
show_start = true,
show_end = false,
highlight = { 'Function', 'Label' },
},
exclude = {
filetypes = {
'help',
'dashboard',
'neo-tree',
'Trouble',
'lazy',
'mason',
'notify',
'toggleterm',
'lazyterm',
},
},
},
}