matze / vim-move

Plugin to move lines and selections up and down
http://www.vim.org/scripts/script.php?script_id=4687
MIT License
1.2k stars 56 forks source link

The wrong installation method in vim-plug #76

Closed imhosseinzadeh closed 11 months ago

imhosseinzadeh commented 11 months ago

In the installation section mentioned to install the plugin in vim-plug add Plugin 'matze/vim-move'

but this causes the following error

Not an editor command: Plugin 'matze/vim-move'

becuase vim-plug used Plug as keyword not Plugin.