mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 20:41:08 +00:00
fix(indent-blankline): don't load indent-blankline for nvim-notify
This commit is contained in:
parent
0c05f8a185
commit
a94ef5953a
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ return {
|
|||
},
|
||||
init = function()
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = { "help", "alpha", "dashboard", "neo-tree", "Trouble", "lazy", "mason" },
|
||||
pattern = { "help", "alpha", "dashboard", "neo-tree", "Trouble", "lazy", "mason", "notify" },
|
||||
callback = function()
|
||||
vim.b.miniindentscope_disable = true
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue