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:
parent
9ee4f46240
commit
683008dac0
@ -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([[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user