1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update indent-blankline conf

This commit is contained in:
jdhao 2021-11-05 20:52:57 +08:00
parent efd86f4467
commit fee6b127e5

View File

@ -4,7 +4,7 @@ require("indent_blankline").setup {
show_end_of_line = false,
disable_with_nolist = true,
buftype_exclude = {"terminal"},
filetype_exclude = { "help", "startify", "git", "markdown", "snippets" },
filetype_exclude = { "help", "git", "markdown", "snippets", "text" },
}
vim.cmd[[