diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-28 23:36:44 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-09-28 23:36:44 +0800 |
| commit | e1930ba153a377ce1428b19e765a38ceb229fed5 (patch) | |
| tree | 0b6443b0252bdedb3b83d11d7d09a4191c584695 /core | |
| parent | a8db734e750edd909255790aed8e2c108269ab83 (diff) | |
remove config for unused plugins
vim-signify, vim-startify
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 89d792b..3ec47f0 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -182,13 +182,6 @@ let g:neoformat_c_clangformat = { let g:neoformat_enabled_cpp = ['clangformat'] let g:neoformat_enabled_c = ['clangformat'] -"""""""""""""""""""""""""vim-signify settings"""""""""""""""""""""""""""""" -" The VCS to use -let g:signify_vcs_list = [ 'git' ] - -" Change the sign for certain operations -let g:signify_sign_change = '~' - """""""""""""""""""""""""plasticboy/vim-markdown settings""""""""""""""""""" " Disable header folding let g:vim_markdown_folding_disabled = 1 @@ -311,11 +304,6 @@ if ( g:is_win || g:is_mac ) && executable('latex') endif endif -""""""""""""""""""""""""""""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 - """"""""""""""""""""""""""""vim-matchup settings""""""""""""""""""""""""""""" " Improve performance let g:matchup_matchparen_deferred = 1 |
