From de9b702f0ed6ec60795156ccb94101774be743e2 Mon Sep 17 00:00:00 2001 From: siduck Date: Mon, 27 Dec 2021 07:42:51 +0530 Subject: [PATCH] hide indentline on telescope preview window --- lua/plugins/configs/others.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/configs/others.lua b/lua/plugins/configs/others.lua index ffa6258..5240ba1 100644 --- a/lua/plugins/configs/others.lua +++ b/lua/plugins/configs/others.lua @@ -34,6 +34,7 @@ M.blankline = function() "TelescopePrompt", "TelescopeResults", "nvchad_cheatsheet", + "", }, buftype_exclude = { "terminal" }, show_trailing_blankline_indent = false,