From 2259f1373fa7471cc4e2e3388060f4a8fce7910d Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 11 Dec 2021 13:37:11 -0500 Subject: [PATCH] Make indentline not show in help files --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index a60fbfa..c8cd1d8 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -3,7 +3,7 @@ local coq = require "coq" require("indent_blankline").setup { char = "|", - buftype_exclude = {"terminal"} + buftype_exclude = {"terminal", "help"} } require("coq_3p") {