From a53cd6766d73b4e5897bd8158bb0191db0939e11 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 21 Apr 2021 22:35:45 +0800 Subject: [PATCH] update indent-blankline settings --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index cb72594..3827d0d 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -770,7 +770,7 @@ let g:indent_blankline_char = '│' " let g:indent_blankline_char = '┆' " let g:indent_blankline_char = '┊' -let g:indent_blankline_filetype_exclude = ['help', 'startify', 'git'] +let g:indent_blankline_filetype_exclude = ['help', 'startify', 'git', 'markdown'] "}} "{{ Misc plugin setting