From 770826bfb27a52e6c7b36a8c4b95d7f6b6e16361 Mon Sep 17 00:00:00 2001 From: DYY <44958165+rgdyy@users.noreply.github.com> Date: Tue, 2 May 2023 14:14:32 -0400 Subject: [PATCH] exclude filetype mason in indent-blankline.nvim --- 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, },