Replies: 2 comments 1 reply
-
That's exactly what this plugin does: https://github.com/3v0k4/exit.nvim |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've added CodeCompanionCmd.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be neat if you could type a desired action on the ex-command line, and have code companion replace it with a functioning nvim command. Something like,
:CodeCompanionEx append the line number to each even numbered line in this file
, and get:g/^/if line('.') % 2 == 0 | execute "normal! A" . line('.') | endif
.Beta Was this translation helpful? Give feedback.
All reactions