fix(mason): exclude filetype mason in indent-blankline.nvim (#701)

This commit is contained in:
DYY
2023-05-02 15:29:52 -04:00
committed by GitHub
parent c42ebc216a
commit ea4858874b

View File

@ -169,7 +169,7 @@ return {
opts = {
-- char = "▏",
char = "",
filetype_exclude = { "help", "alpha", "dashboard", "neo-tree", "Trouble", "lazy" },
filetype_exclude = { "help", "alpha", "dashboard", "neo-tree", "Trouble", "lazy", "mason" },
show_trailing_blankline_indent = false,
show_current_context = false,
},