Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

plug.kak: Not loaded, seems to be ignoring GitHub plugins too #19

Description

@galexite

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 kakrc on Debian unstable, Kakoune v2020.01.16, kakoune 2020.01.16-2, with the following contents:

source "%val{config}/plugins/plug.kak/rc/plug.kak"

plug "andreyorst/fzf.kak"
plug "andreyorst/smarttab.kak"
plug "delapouite/kakoune-text-objects"
plug "jdugan6240/powerline.kak"
plug "robertmeta/plug.kak"

plug "kak-lsp/kak-lsp" do %{
    cargo install --locked --force --path .
}

colorscheme gruvbox

I've followed the instructions in the README, and cloned plug.kak with git clone https://github.com/robertmeta/plug.kak.git ~/.config/kak/plugins/plug.kak, but when I try to run :plug-install, I get this buffer, showing only two of my plugins:

kak-lsp/kak-lsp: Installed
plug.kak: Not loaded

Printed to the *debug* buffer, I get the errors mentioned in #2.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions