Archived
1
0
Fork 0

nvim: Add vim-easymotion plugin

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-01-08 22:18:33 +01:00
parent 312382b52d
commit 4ccf179467
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -34,6 +34,7 @@ Plug 'Yggdroot/indentLine'
Plug 'tpope/vim-rhubarb' " required by fugitive to :Gbrowse
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'editorconfig/editorconfig-vim'
Plug 'easymotion/vim-easymotion'
if isdirectory('/usr/local/opt/fzf')
Plug '/usr/local/opt/fzf' | Plug 'junegunn/fzf.vim'