plug.kak
plug.kak copied to clipboard
Plugin manager for Kakoune
Added auto-install snippet and fixed linking issues in the README.md. This should resolve issues #14 and #15. The "Tips and Tricks" section with the auto-install snippet is open for edit,...
I'm pretty new to Kakoune, though I've been trying it off and on for a while now, and I've used these plugins before. I tried to set up a simple...
Prior art https://github.com/junegunn/vim-plug/wiki/tips#automatic-installation
I've noticed a few issues in the Readme, specifically the keywords section: - the link for `subset` points to `load-path` and vice-versa - the text for `subset` calls it `load`...
In the plug.kak implementation, we have a `try` block with `require-module kak`. We can leverage the `ModuleLoaded` hook to add the highlighters once the `kak` module has been loaded. ```...
I recently discovered that all plugins by alexherbo2 are broken with plug.kak, because they seem to use the `require-module` function, so even after calling ```plug "alexherbo2/auto-pairs.kak"``` The `auto-pairs` plugin will...
Issue: https://github.com/mawww/kakoune/issues/3770
For us people who only read the first part of the Usage section and then didn't understand why plug.kak deleted itself on `plug-clean` (#10 :eyes: )
I have just the following in '~/.config/kak/kakrc' (just starting with kakoune): ``` source "%val{config}/plugins/plug.kak/rc/plug.kak" plug "dracula/kakoune" theme config %{ colorscheme dracula } ``` It seems like if I do `plug-clean`...
From: https://github.com/andreyorst/plug.kak/issues/73 ---- On OSX Catalina, with Kakoune brewed from source and suggested kakrc, plug returns an error on :plug-install or :plug-update, but loads normally when updated from the list...