diff options
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 |
