Y
Hacker News
new
|
ask
|
show
|
jobs
by
oblio
313 days ago
Can you prompt it? A bit manual, but hey. I wonder if you can script visual selection in Neovim to output full file path plus line number range, for direct copy paste.
1 comments
apwell23
313 days ago
you can start neomvim with a network ( neovim --listen) socket and tell calude
" look at neovim at this network socket and get current selection"
This actually works :)
link
" look at neovim at this network socket and get current selection"
This actually works :)