added indentlines

This commit is contained in:
armandogaliati 2024-06-06 17:12:31 -03:00
parent d9dfbe12ee
commit a0280d1788
2 changed files with 17 additions and 5 deletions

View file

@ -4,6 +4,18 @@ return {
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
opts = {
exclude = {
filetypes = {
'help',
'dashboard',
'neo-tree',
'Trouble',
'lazy',
'mason',
'notify',
},
},
},
},
}