fix typo in blankline config

This commit is contained in:
siduck76 2021-09-02 16:16:19 +05:30
parent ba6592c4a9
commit 287b4bae9a
3 changed files with 2 additions and 4 deletions

View file

@ -46,7 +46,7 @@ M.blankline = function()
require("indent_blankline").setup {
indentLine_enabled = 1,
char = "",
indent_blankline_filetype_exclude = {
filetype_exclude = {
"help",
"terminal",
"dashboard",
@ -55,7 +55,7 @@ M.blankline = function()
"TelescopePrompt",
"TelescopeResults",
},
indent_blankline_buftype_exclude = { "terminal" },
buftype_exclude = { "terminal" },
show_trailing_blankline_indent = false,
show_first_indent_level = false,
}