this post was submitted on 10 Mar 2025
1 points (100.0% liked)

VIM - Vi IMproved

1172 readers
1 users here now

For Vim enthusiasts and anyone interested in Vim/Neovim!

"VIM is the greatest editor since the stone chisel." - Dr. Jose Unpingco

#HJKL

founded 2 years ago
MODERATORS
 

I would like to manage plugins in the lowest-touch way possible, and ideally one that's easy to migrate to other machines.

I like the idea of the internal plugin manager, but that generally means that I need to manually all the git repos on all machines. It also makes tracking plugins that I'm testing a bit annoying.

The alternative seems to be vundle or vim-plug, which do the git management, but don't use the internal plugin system.

Are there other options? What's the easiest these days?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 4 weeks ago (2 children)

I share some parts of my vimrc on a distributed drive (ie DropBox) and just include it among all my machines to avoid editing X vimrcs. Maybe that may work for you as well?

[–] [email protected] 1 points 6 days ago

I keep most of my dotfiles like this, tbh.

[–] [email protected] 1 points 4 weeks ago

Oh damn, that's a really good idea. Thanks!