add peakaboo and highlightyank

This commit is contained in:
Thomas Ruoff
2021-01-04 00:26:07 +01:00
parent 349c866d0d
commit 6c1f851c37

View File

@@ -82,6 +82,9 @@ Plug 'junegunn/fzf.vim'
nnoremap <leader>* :Rg <C-r><C-a><cr>
nnoremap <leader>C :Commands<cr>
Plug 'junegunn/vim-peekaboo'
Plug 'machakann/vim-highlightedyank'
Plug 'editorconfig/editorconfig-vim'
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']