Skip to content

Commit

Permalink
fix(indentscope): Turn off indentscope in Mason (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbearoff committed Jan 6, 2023
1 parent 12dacc4 commit 694c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ return {
event = "BufReadPre",
config = function()
vim.api.nvim_create_autocmd("FileType", {
pattern = { "help", "alpha", "dashboard", "neo-tree", "Trouble", "lazy" },
pattern = { "help", "alpha", "dashboard", "neo-tree", "Trouble", "lazy", "mason" },
callback = function()
vim.b.miniindentscope_disable = true
end,
Expand Down

0 comments on commit 694c109

Please sign in to comment.