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

`plug-clean` seems to make plug.kak delete itself?

Open nikki93 opened this issue 5 years ago • 1 comments

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 it makes plug delete itself. :sweat_smile: So maybe I need an explicit plug line for itself, but is that the intended behavior?

Seems like a leftover '.plug.kak.lock' sticks around too. :thinking:

nikki93 avatar Sep 24 '20 21:09 nikki93

Add the following after sourcing plug.kak:

plug "https://github.com/robertmeta/plug.kak" noload

There's a lot of people with this problem all the time it seems (#5 :eyes: ). Myself included, I even remember making an issue on the original repo about this because I only skimmed the readme. I think this should be added to the installation steps. I'll see if I find some time to do that ;)

SeerLite avatar Sep 29 '20 01:09 SeerLite