nvim: add dashboard to indent-blankline ignore filetype

This commit is contained in:
Marko Korhonen 2023-05-02 09:24:46 +03:00
parent 8982e0c439
commit 4b8c40073e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -5,4 +5,13 @@ return function()
show_current_context = true,
show_current_context_start = true,
})
vim.g.indent_blankline_filetype_exclude = {
"",
"checkhealth",
"dashboard",
"help",
"lspinfo",
"man",
"lazy",
}
end