mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(indentscope): Turn off indentscope in Mason (#16)
This commit is contained in:
parent
12dacc4d32
commit
694c1096d0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue