Skip to content

feat: add option to disambiguate Neovim instances#237

Open
andrea-reale wants to merge 1 commit intocoder:mainfrom
andrea-reale:feat/ide-name-show-cwd
Open

feat: add option to disambiguate Neovim instances#237
andrea-reale wants to merge 1 commit intocoder:mainfrom
andrea-reale:feat/ide-name-show-cwd

Conversation

@andrea-reale
Copy link
Copy Markdown

@andrea-reale andrea-reale commented Apr 9, 2026

Why

When running multiple Neovim instances, /ide shows them all as "Neovim" making it hard to pick the right one.

What

This adds an ide_name_show_cwd config option that appends the cwd basename to the IDE name, e.g. "Neovim (my-project)". Defaults to false to preserve existing behavior.

Disclaimer on LLM usage

very much LLM generated as I am definitely not a lua expert. However, I reviewed the code and it looks quite reasonable :)

…stances

When running multiple Neovim instances, `/ide` shows them all as "Neovim"
making it hard to pick the right one. This adds an `ide_name_show_cwd`
config option that appends the cwd basename to the IDE name, e.g.
"Neovim (my-project)".

Defaults to `false` to preserve existing behavior.

Signed-off-by: Andrea Reale <andrea@rerun.io>
@andrea-reale andrea-reale changed the title feat: add ide_name_show_cwd option to disambiguate Neovim instances feat: add ioption to disambiguate Neovim instances Apr 9, 2026
@andrea-reale andrea-reale changed the title feat: add ioption to disambiguate Neovim instances feat: add option to disambiguate Neovim instances Apr 9, 2026
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.

1 participant