aboutsummaryrefslogtreecommitdiff
path: root/lua/config/indent-blankline.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-30 23:09:37 +0800
committerjdhao <jdhao@hotmail.com>2021-10-30 23:09:37 +0800
commitff54203995df355423067c1a9531c67b2c66e602 (patch)
treebc9e3f788b673955d6c9f01b8052f011565c41d1 /lua/config/indent-blankline.lua
parent3d5301d0c32e8f9a44b5e47e46a7c4143301b7f7 (diff)
update Indent-blankline conf
Diffstat (limited to 'lua/config/indent-blankline.lua')
-rw-r--r--lua/config/indent-blankline.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/indent-blankline.lua b/lua/config/indent-blankline.lua
index 8d515de..6fe9847 100644
--- a/lua/config/indent-blankline.lua
+++ b/lua/config/indent-blankline.lua
@@ -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[[