From ea4858874b983e4b3a8a7078828d98533e386035 Mon Sep 17 00:00:00 2001 From: DYY <44958165+rgdyy@users.noreply.github.com> Date: Tue, 2 May 2023 15:29:52 -0400 Subject: [PATCH] fix(mason): exclude filetype mason in indent-blankline.nvim (#701) --- lua/lazyvim/plugins/ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index 684e82cf..cd627aeb 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -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, },