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
3d5301d0c3
commit
ff54203995
@ -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[[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user