1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-10-05 17:18:00 +03:00
8 Plugin Managers
Kratacoa edited this page 2024-02-05 13:14:38 +01:00

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.

bundle.kak

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.

cork.kak

A fast git-based plugin manager for kakoune.

plug.kak

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