diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-01 19:15:02 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-01 19:15:02 +0800 |
| commit | 2b1b1d4e9119603141ef348dee930702e356c9a3 (patch) | |
| tree | d6661100746fa31d8f6a70bbb9f5520ce9912f27 /core | |
| parent | f14c481b30826161682d17063010962d761b42ac (diff) | |
update vim-startify settings
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index b793316..7b11582 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -783,6 +783,12 @@ let g:airline#extensions#hunks#non_zero_only = 1 " Speed up airline let g:airline_highlighting_cache = 1 + +""""""""""""""""""""""""""""vim-startify settings"""""""""""""""""""""""""""" +" Do not change working directory when opening files. +let g:startify_change_to_dir = 0 +let g:startify_fortune_use_unicode = 1 + "}} "{{ Misc plugin setting |
