Add vim-move plugin to nvim config

This commit is contained in:
samedamci 2020-03-10 21:00:36 +01:00
parent a40654f450
commit 1b450777d7

View File

@ -58,6 +58,8 @@ call plug#begin('~/.config/nvim/bundle')
Plug 'tpope/vim-fugitive'
Plug 'junegunn/gv.vim'
Plug 'matze/vim-move'
call plug#end()
"=============