diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-14 00:51:30 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-14 00:51:30 +0800 |
| commit | 4689c4b22f4a4e560b325bbc9798597b2bbc182a (patch) | |
| tree | 93aad9d9f4bcb547b921fe471371ca6f8b817733 /core | |
| parent | 764bd0c2bb14be5995295b35371ff163c81af2ff (diff) | |
Use lua to configure lua plugins
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 374a59f..7b71f13 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -470,13 +470,6 @@ let g:airline#extensions#scrollbar#enabled = 0 " Do not change working directory when opening files. let g:startify_change_to_dir = 0 let g:startify_fortune_use_unicode = 1 - -""""""""""""""""""""""""""""indent-blankline settings"""""""""""""""""""""""""""" -let g:indent_blankline_char = '│' -" let g:indent_blankline_char = '┆' -" let g:indent_blankline_char = '┊' - -let g:indent_blankline_filetype_exclude = ['help', 'startify', 'git', 'markdown'] "}} "{{ Misc plugin setting |
