Skip to content
Kratacoa edited this page Feb 5, 2024 · 8 revisions

Plugin managers for Kakoune, that aimed to make it easier to manage your plugins. You don't need a manager to install plugins, but it can simplify fetching dependencies and keeping them up to date.

kak-bundle is a plugin manager for Kakoune designed for speed without sacrificing utility. It can install and update plugins, and optionally manage loading individual plugins and scripts for testing purposes.

A fast git-based plugin manager for kakoune.

vim-plug-like or vundle.vim-like plugin manager. Features:

  • Download plugins from GitHub, or any other git service
  • Update installed plugins
  • Delete plugins that are no longer specified in Kakoune configuration
  • Post-update shell hooks
  • Configure plugin only if it is installed.
  • Asynchronous
Clone this wiki locally