kiteco / issue-tracker

User-reported issues for Kite
https://Kite.com
1.75k stars 136 forks source link

NeoVim plugin is being installed by Atom package #667

Open jfernandz opened 4 years ago

jfernandz commented 4 years ago

This Atom package is eventually creating repeatedly (despite I remove manually) the folder ~/.config/nvim/pack/kite/start/vim-plugin

I would like to know what is causing this folder to spawn, but I don't think this be a desirable behaviour. If I want the plugin for NeoVim ... I'll install it for NeoVim with my plugin manager. I don't find this way as the proper one to install the plugin for NeoVim.

metalogical commented 4 years ago

Hi @WyRe

The atom plugin is probably not the culprit here, but rather the plugin manager. Could you provide us with some further information?

  1. In the Kite Copilot Settings -> Home tab, do you have "Automatically install the Kite plugin for all supported editors" checked?
    • Either way, we should not be repeatedly installing the plugin, so this is a bug. But it would be good to know so that we can identify the underlying issue.
  2. Could you send us your ~/.kite/logs/client.log file (feedback@kite.com)?

Thanks

jfernandz commented 4 years ago

@metalogical oh, yes, It was that; I would suggest to disable this option by default. I've just disabled the option and lets see if the folder spawns again.

Thank you

jfernandz commented 4 years ago

@metalogical Also I think you should include an option in your Kite Copilot Settings to disable the autostart at boot time.