diff options
| author | jdhao <jdhao@hotmail.com> | 2021-04-21 22:35:45 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-04-21 22:35:45 +0800 |
| commit | a53cd6766d73b4e5897bd8158bb0191db0939e11 (patch) | |
| tree | b760d0b30577636b8a2df1b3d62074b10920b961 /core/plugins.vim | |
| parent | 308d9c0b5dedbf20ab0e65fa2125f4dd54e89639 (diff) | |
update indent-blankline settings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
