Justin M. Keyes

Results 2414 comments of Justin M. Keyes

Great analysis, thanks. Those compromises don't sound bad to me. Let's start with what can be expressed as a self-contained 'statusline' expression and see how it behaves. If there is...

Can you rebase this? Try `git fetch --all && git merge --squash origin/master`

> The error occurs when typescript is not installed in the project. An installation of `vue.js` without `typescript` therefore now generates an error. What do you expect from nvim-lspconfig to...

after staring `nvim --clean`, try clearing the default TermResponse handler: :au! nvim.tty does that fix it?

Try this: nvim --clean --cmd 'lua require("vim.termcap").query = function() end' that should totally disable the terminal querying.

Can you check a previous release of iTerm2, say from 1 year ago?

The reason it started since Nvim 0.11 is likely because we do more "terminal queries". OTOH, I wonder what changed in iterm 3.5.6+

> This doesn’t reproduce on the latest iterm nightly, so I’m assuming this was a iterm2 bug that is now fixed.

> There is report on that in iterm2 (https://gitlab.com/gnachman/iterm2/-/issues/12212) but it makes no sense since there were no updates of iterm since January and the problem appeared with nvim release...