mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Turn off indentscope in Mason
This commit is contained in:
parent
12dacc4d32
commit
ad33d034cf
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
Reference in a new issue