Skip to content

Commit

Permalink
fix(indent-blankline): don't load indent-blankline for nvim-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 29, 2023
1 parent 0c05f8a commit a94ef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/ui.lua
Expand Up @@ -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,
Expand Down

0 comments on commit a94ef59

Please sign in to comment.