mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +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",
|
event = "BufReadPre",
|
||||||
config = function()
|
config = function()
|
||||||
vim.api.nvim_create_autocmd("FileType", {
|
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()
|
callback = function()
|
||||||
vim.b.miniindentscope_disable = true
|
vim.b.miniindentscope_disable = true
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue