mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 08:16:32 +00:00
add easymotion for non vscode
This commit is contained in:
parent
af41fe149c
commit
a808f0e9fd
@ -31,6 +31,7 @@ Plug 'scrooloose/nerdtree', Cond(!exists('g:vscode'))
|
||||
Plug 'itchyny/lightline.vim', Cond(!exists('g:vscode'))
|
||||
Plug 'editorconfig/editorconfig-vim', Cond(!exists('g:vscode'))
|
||||
Plug 'asvetliakov/vim-easymotion', Cond(exists('g:vscode'), { 'as': 'vsc-easymotion' })
|
||||
Plug 'easymotion/vim-easymotion', Cond(!exists('g:vscode'))
|
||||
Plug 'tpope/vim-surround'
|
||||
|
||||
call plug#end()
|
||||
|
Loading…
Reference in New Issue
Block a user