1
0
Fork 0
mirror of https://github.com/CompeyDev/my-nvim-setup.git synced 2025-04-10 09:40:54 +01:00

hide indentline on telescope preview window

This commit is contained in:
siduck 2021-12-27 07:42:51 +05:30
parent 688586eeec
commit de9b702f0e

View file

@ -34,6 +34,7 @@ M.blankline = function()
"TelescopePrompt",
"TelescopeResults",
"nvchad_cheatsheet",
"",
},
buftype_exclude = { "terminal" },
show_trailing_blankline_indent = false,