diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-05 20:52:57 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-05 20:52:57 +0800 |
| commit | fee6b127e59ab0d574b6a76579d895a0363cff6c (patch) | |
| tree | 29b4501b39b16d63aa7e02526497be1f5f65a727 /lua/config | |
| parent | efd86f44674e6d3c4171995d08f8fbc21ee79cd1 (diff) | |
update indent-blankline conf
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/indent-blankline.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/indent-blankline.lua b/lua/config/indent-blankline.lua index c972a44..245b326 100644 --- a/lua/config/indent-blankline.lua +++ b/lua/config/indent-blankline.lua @@ -4,7 +4,7 @@ require("indent_blankline").setup { show_end_of_line = false, disable_with_nolist = true, buftype_exclude = {"terminal"}, - filetype_exclude = { "help", "startify", "git", "markdown", "snippets" }, + filetype_exclude = { "help", "git", "markdown", "snippets", "text" }, } vim.cmd[[ |
