DEV Community

Discussion on: Vim .. best code editor ?

Collapse
 
krrishdhaneja profile image
Krrish Dhaneja

Can you please tell me how to download a vim plugin?

Collapse
 
ocidenttal profile image
Mauro Torres

You can install it manually (which require vim script and boring stuff) or use a plugin manager for Vim, I recommend vim-plug (github.com/junegunn/vim-plug)

Collapse
 
bekbrace profile image
Bek Brace

Friends have answered already, I arrived late :)

Collapse
 
krrishdhaneja profile image
Krrish Dhaneja

Lol!πŸ˜‚

Collapse
 
bekbrace profile image
Bek Brace
Collapse
 
barelyhuman profile image
Reaper

the manual way needs a lot of commands, you can instead setup something like VimPlug and then just name the github repository and vimplug will download it for you.

github.com/junegunn/vim-plug

here's the repository for it