diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-19 16:34:20 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-19 16:34:20 +0800 |
| commit | ec64c3237a55fc83f68a0685bcdab1a74dd4ddb7 (patch) | |
| tree | 83f43e717c180b493874dd5055f82854d98b410b /plugins.vim | |
| parent | f0abb3481aa24a25acf24b4fb543a0a6d95e3c75 (diff) | |
use internal yank highlight instead of plugins
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins.vim b/plugins.vim index fe548a1..a330303 100644 --- a/plugins.vim +++ b/plugins.vim @@ -283,9 +283,6 @@ Plug 'mattn/emmet-vim' "}} "{{ Misc plugins -" Highlight yanked region -Plug 'machakann/vim-highlightedyank' - " Modern matchit implementation Plug 'andymass/vim-matchup' @@ -813,13 +810,6 @@ let g:airline_highlighting_cache = 1 "}} "{{ Misc plugin setting -""""""""""""""""""" vim-highlightedyank settings """""""""""""" -" Reverse the highlight color for yanked text for better visuals -highlight HighlightedyankRegion cterm=reverse gui=reverse - -" Let highlight endures longer -let g:highlightedyank_highlight_duration = 1000 - """"""""""""""""""""""""""""vim-matchup settings""""""""""""""""""""""""""""" " Improve performance let g:matchup_matchparen_deferred = 1 |
