plug.kak icon indicating copy to clipboard operation
plug.kak copied to clipboard

Plugin manager for Kakoune

Results 10 plug.kak issues
Sort by recently updated
recently updated
newest added

Consider installation of `kak-lsp`: ``` plug "ul/kak-lsp" do %{ cargo build --release --locked cargo install --force --path . } ``` In my case no toolchain was installed for `cargo`, thus...

We should detect if the plugin has an entry in the `build` directory and skip the build process altogether. The rebuild can be invoked manually with `plug-rebuild []` command. If...

While discussing https://github.com/dracula/dracula-theme/issues/644 , I realized that there can be conflicts between plugins with the same "basename", but different URLs. Do we have a way to handle this? BTW, how's...

It looks like one can only use `git@host:PATH` URLs, not `user@host:PATH` (nor, for that matter, `[git+]ssh://user@host:port/PATH`, useful since SSH should at least run on a different port for a private...

Currently plugins with `load-path` are shown as `Not installed` and invoking `I` on those results in download error. Instead we should show their load path, and prevent mappings from doing...

enhancement

Hello Almost all plugins that I know of have a `README.md` file at their root. So what about a `plug-doc` command, that would have the all the installed plugins as...

feature request

Perhaps there should be a section for plugin authors in the README. For example, suppose that, as a plugin author, I recommend that users install my plugin via `plug`. Normally,...

question

Hi, it's a bit hard to tell if this an issue with kakoune.cr or here but I think there is at least something strange going with plug.kak. I think there...

bug

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 manually. Debug buffer:...

help wanted

Kakoune was taking ~1.0s to open a blank buffer so I used this script to profile my config and see what was causing the delay. ```sh kak -debug 'profile|shell' -e...

design flaw