mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
remove config for unused plugins
vim-signify, vim-startify
This commit is contained in:
parent
a8db734e75
commit
e1930ba153
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user