From 2b1b1d4e9119603141ef348dee930702e356c9a3 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 1 Nov 2020 19:15:02 +0800 Subject: [PATCH] update vim-startify settings --- core/plugins.vim | 6 ++++++ 1 file changed, 6 insertions(+) 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