fix(indent-blankline): set config.indent.tab_char (#1552)

See lukas-reineke/indent-blankline.nvim#665.
This commit is contained in:
loqusion authored and GitHub committed 2023-10-02 12:23:08 +02:00
1 parent ecac59c982
commit 7c5a458761
1 file changed
+4 -1
+4 -1
View File
@@ -168,7 +168,10 @@ return {
"lukas-reineke/indent-blankline.nvim",
event = { "BufReadPost", "BufNewFile" },
opts = {
indent = { char = "" },
indent = {
char = "",
tab_char = "",
},
scope = { enabled = false },
exclude = {
filetypes = {