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-12-06 12:27:00 +08:00
parent 9ee4f46240
commit 683008dac0

View File

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