From 1d04d70417f053d7b9452548e704e8aada7d6602 Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 9 Mar 2023 06:32:32 +0530 Subject: [PATCH] exclude indentline in nvdash/nvcheatsheet fts --- lua/plugins/configs/others.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/configs/others.lua b/lua/plugins/configs/others.lua index 4c06290..1952385 100644 --- a/lua/plugins/configs/others.lua +++ b/lua/plugins/configs/others.lua @@ -11,6 +11,8 @@ M.blankline = { "TelescopePrompt", "TelescopeResults", "mason", + "nvdash", + "nvcheatsheet", "", }, buftype_exclude = { "terminal" },