Skip to content

Conversation

@dannysu
Copy link
Contributor

@dannysu dannysu commented Nov 30, 2025

It is not possible to set Neovim buffer name to "✻ [Claude Code]".

Neovim will always try to convert whatever name given to nvim_buf_set_name to either a url or an absolute path:
https://github.com/neovim/neovim/blob/master/src/nvim/path.c#L1816-L1821

Because of this, the current logic doesn't allow for 3rd party terminal (provider=none) to skip sending the selection context.

Copy link
Member

@ThomasK33 ThomasK33 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching and fixing it. 👍

@ThomasK33 ThomasK33 added this pull request to the merge queue Dec 5, 2025
Merged via the queue into coder:main with commit 6091df0 Dec 5, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants