fix(indentscope): Turn off indentscope in Mason (#16)
This commit is contained in:
1 parent
12dacc4d32
commit
694c1096d0
1 file changed
+1
-1
@@ -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,
|
||||
|
||||
Reference in new issue
Block a user