neovim plugins

plugin ecosystem for neovim Sep. 2020

SEAN K.H. LIAO

neovim plugins

plugin ecosystem for neovim Sep. 2020

neovim plugins

plugin manager

you have plugins, but how do you maintain all of them?

runtimepath

These plugin managers only update the runtimepath so the plugin files are loaded correctly. This extends the native support for single files to entire directory trees/bundles/packages. It is the user's responsibility to retrieve and keep up to date the plugin files.

examples:

full manager

These are fully featured: you give them a line in your config file init.nvim, and they can download, update, clean up packages with a single command.

examples: