From 04eb37c0f175df86d553770a5e32db125f6e9f74 Mon Sep 17 00:00:00 2001 From: 01GUY <87767572+nulloneguy@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:48:49 +0700 Subject: [PATCH] 'blankline' fix filetype_exclude mason with a capital letter it doesn't work --- lua/plugins/configs/others.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/configs/others.lua b/lua/plugins/configs/others.lua index a8d4283..544f2f0 100644 --- a/lua/plugins/configs/others.lua +++ b/lua/plugins/configs/others.lua @@ -49,7 +49,7 @@ M.blankline = function() "lspinfo", "TelescopePrompt", "TelescopeResults", - "Mason", + "mason", "", }, buftype_exclude = { "terminal" },