kiteco / issue-tracker

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

Can not install plugin for vim having Vundle #120

Closed bhishanpdl closed 4 years ago

bhishanpdl commented 5 years ago

When I downloaded this app, it asked me to install plugins and I chose install plugins for all supported apps.

The plugin for Visual studio code is working good.

Kite gives the path: ~/.vim/pack/kite/start/vim-plugin/.

I do not have NeoVim only Vim8.0.

In .vimrc I included rbong/vim-kite.

Command :PluginInstall gives Error:

Vim: Caught deadly signal ABRT

Vim: Finished.
Abort trap: 6

But, it just clones the folder vim-kite to the vundle path ~/.vim/bundle/.

How to install kite plugin for Vim8 having Vundle manager?

Update I changed the line in .vimrc: Plugin 'kiteco/vim-plugin'

Now the installation is successful. But I don't see any autocompletion suggestions like in Visual Studio Code. It's all similar to without kite plugin installed.

jansorg commented 5 years ago

Hi @bhishanpdl , thanks for the feedback! In the past there was an open-source vim plugin. This has been replaced by a private repository to be able to install the matching vim-plugin with the corresponding kite release. rbong/vim-kite is a fork of the original plugin and thus unmaintained. At the moment you have to install the vim-plugin using the built-in plugin manager, https://help.kite.com/article/62-managing-editor-plugins . We're sorry for this inconvenience but hope that we'll be able to provide a better alternative in the future.

jansorg commented 5 years ago

@bhishanpdl We've open-sourced the plugin now at https://github.com/kiteco/vim-plugin , you seem to be using that already. Completions are shown when these conditions are met:

  1. it has to be a *.py file 2 Kite has to be running
  2. The plugin has to be installed Are you seeing completions in Python files?
itsdhung commented 4 years ago

Closing due to inactivity. @bhishanpdl please re-open if you are still having issues getting Kite integrated with Vim.