-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(completion): Add vim-tabby
#904
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments I added.
vim-tabby
So the only thing missing is to fix the keybindings. Any proposals? |
Co-authored-by: Uzair Aftab <[email protected]>
I'll add the mapping to astrocore later today. |
Co-authored-by: Micah Halter <[email protected]>
How does it gets loaded if lazy is true? |
we don't set |
If the user wants lazy loading then they can add it themselves. Or someone can recommend a good default lazy loading scheme |
yeah sure, but most specs here have some trigger for loading, i guess people would expect it would work if they setup |
sure we can set that event i don't think it makes a different really |
with the addition of |
Closes #872
📑 Description
Instructions to use Tabby for an open-source, self-hosted AI coding assistant. With Tabby, every team can set up its own LLM-powered code completion server with ease.
TabbyML/vim-tabby
with LazyAdditional Information
I added some steps for installing on Linux with Docker as Tabby Docs demonstrate particularly methods for Windows/Mac. However, maybe this is more suited to putting in their repo? Or maybe the user is just expected to figure this out on their own as Docker is agnostic... Let me know what you think
Otherwise, just want to make sure that the key-bindings are appropriate. I assume is likely to be conflicting...