mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(indentscope): added extra filetypes to exclude
This commit is contained in:
parent
276c46107e
commit
a893251079
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ return {
|
|||
event = "BufReadPre",
|
||||
config = function()
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = { "alpha", "lazy" },
|
||||
pattern = { "help", "alpha", "dashboard", "neo-tree", "Trouble", "lazy" },
|
||||
callback = function()
|
||||
vim.b.miniindentscope_disable = true
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue