mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02: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
Add a link
Reference in a new issue