Justin M. Keyes

Results 2414 comments of Justin M. Keyes

This is no longer relevant since we migrated to `vim.lsp.config`

> Change `StatusLineNC` to have Grey4 background. This will make window separation clearer, but I personally think it will draw too much attention to those lines (as Grey4 is designed...

Breaking out parts into separate PRs as you have done helps a lot. But as [mentioned](https://github.com/neovim/neovim/pull/31837#issuecomment-2568981953), crystallizing accidental internals into the UI protocol isn't a viable approach. Is there a...

> > If this changes the UI protocol so that UIs can mimic the TUI, why aren't there changes to tui.c here (and deleting old "side-channel" codepaths)? > > This...

>> Preferably `--headless --listen addr:port`, should always wait for an UI to attach, > > `--headless` kinda implies that an UI is _not_ expected Should we add a flag that...

> But it also needs an extra argument to `neovide` to enable this behavior, we don't know if the remote server has loaded the configuration or not, without the user...

> That's the problem here, Neovide can't start the server on a remote machine, just connect to it. So, we need a way to make that server wait for the...

# Proposal > #25709 (Neovim 0.10) added support for `--embed --listen addr:port`, which waits for the UI to attach. 1. We could make `--remote-ui` (without `--server`) wait for a UI....

> The user has something like this in the configuration, but it does not get applied due to `vim.g.neovide` not being set. But Neovide didn't start the server, so why...