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-10-30 23:09:37 +08:00
parent 3d5301d0c3
commit ff54203995

View File

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