-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
docs: input for items with args #79
Conversation
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.
Thanks @nisalVD LGTM!
@all-contributors add @nisalVD for doc. |
I've put up a pull request to add @nisalVD! 🎉 |
@@ -53,7 +53,7 @@ return { | |||
end, | |||
event = "VeryLazy", | |||
keys = { | |||
{ "<leader>ccb", "<cmd>CopilotChatBuffer<cr>", desc = "CopilotChat - Chat with current buffer" }, |
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.
It seems that <cmd>
should be changed to :
for the keys now missing the concluding <cr>
- at least I got an error in neovim version NVIM v0.10.0-dev-2457+ga4b444252
.
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.
yea you are right, it should be that
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.
Sorry for just dropping a comment instead of a PR, hoping it was better to leave a comment than nothing. :)
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.
Thanks @MikaelElkiaer made a new PR with that change #88
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.
it should be that
don't know it's juste a command problem. I have the same code error and I launched the command via |
Hi,
I don't know if this the correct way to use this, but when i tried it made more sense to have a space after these commands for input.
calling CopilotChatBuffer with no args throw