issue-tracker icon indicating copy to clipboard operation
issue-tracker copied to clipboard

Uninstall instructions for the VIM plugin need to be added to kite's uninstall page

Open Shaunakde opened this issue 4 years ago • 1 comments

I followed all the instructions on the this uninstall guide - but the VIM plugin was left over. It was only when I followed the instructions on Issue#256 was when kite was totally removed from the system. (No more pop-ups in vim etc.)

I feel since the vim plugin is automatically installed, and most users would have vim on their systems, the uninstall instructions should include how to get rid of the vim (and other IDE plugins). Or the uses should be provided a script that does the "clean uninstall" for them.

Just wanted to bring this thought to notice.

Shaunakde avatar Jun 16 '20 16:06 Shaunakde

if anyone is looking for the uninstall instructions they can be found here: https://github.com/kiteco/issue-tracker/issues/687

uninstall kited cd $HOME/.local/share/kite and run ./uninstall cd $HOME/.config && rm -rf Kite

rm -rf ~/.vim/pack/kite

ok, I further removed $HOME/.kite, $HOME/.vim/pack/kite and now it seems "clean"

lingster avatar May 13 '23 09:05 lingster