CodedotAl / gpt-code-clippy

Full description can be found here: https://discuss.huggingface.co/t/pretrain-gpt-neo-for-open-source-github-copilot-model/7678?u=ncoop57
Apache License 2.0
3.29k stars 220 forks source link

Vim Plugin #58

Closed Shahin-rmz closed 2 years ago

Shahin-rmz commented 3 years ago

Awesome work, I try to begin developing vim plugin version of the project ( if my knowledge allows it). BTW, awesome job.

ncoop57 commented 3 years ago

That's awesome I recommend checking out our vs code extension to see how you might use a similar process for a Vim plugin: https://github.com/ncoop57/code-clippy-vscode

luisdavim commented 3 years ago

Maybe converting the vscode extension to a coc extension might be easier. https://github.com/neoclide/coc.nvim https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions

Shahin-rmz commented 3 years ago

It's for first time that I've heqrd about coc. Thanks