Share your feedback via email, using Mastodon or
[Plugin] (Neo)Vim plugins manager: packer
Edits: - on 2024-09-07: With deprecation of packer, I have now moved to lazy.nvim (the plugin manager, not lazyvim)
When moving back to Vim after few years “ignoring” it, I quickly moved to Neovim and embraced the lua language which “pushed” me to use
packer
as my plugins manager of choice.
It exists a lot of (Neo)vim plugins managers with different advantages/drawbacks balance depending on your needs. While I used vim-plug back in the days, I decided to move to packer because it offers: What I especially makes packer a no brainer for me is that: I’m certainly a nerd but not a git one :) I use
codeberg
BTW. There are a lot of git-related plugins to manage your repository(ies) with (Neo)vim. I should probably spend some time digging into the benefits of these features but days are too short and my laziness is too big. Adding Features I use
use '*maintainer_name*/*package_name*' # to install a plugin
require('*package_name*') # to manage dependenciesFeatures I have tried
More features than I need
Sharing a small trick
nvim --headless -c 'PackerSync' in your .xinitrc will automatically update your plugins in the background at each boot of your machine.