This commit is contained in:
ZaneFerns360 2024-05-19 13:03:00 +05:30
parent 032aeae276
commit 42e790dc76
2 changed files with 23 additions and 21 deletions

View file

@ -1,24 +1,25 @@
return {
{
"lukas-reineke/indent-blankline.nvim",
event = "BufEnter",
opts = {
scope = { enabled = false },
exclude = {
filetypes = {
"help",
"alpha",
"dashboard",
"neo-tree",
"Trouble",
"trouble",
"lazy",
"mason",
"notify",
"toggleterm",
"lazyterm",
'lukas-reineke/indent-blankline.nvim',
event = 'BufEnter',
opts = {
scope = { enabled = false },
exclude = {
filetypes = {
'help',
'alpha',
'dashboard',
'neo-tree',
'Trouble',
'trouble',
'lazy',
'mason',
'notify',
'toggleterm',
'lazyterm',
},
},
},
main = 'ibl',
},
main = "ibl",
}}
}