Justin M. Keyes

Results 2414 comments of Justin M. Keyes

> Many things need my attention, but ideally my text editor would continue working without it 🤷. If you install plugins then you have chosen to enable the functionality of...

> if I do a `/search` the output panel actually does not show up on the first two but as soon as I do the third That points to a...

For Nvim 0.12 users, try this PR: - https://github.com/vscode-neovim/vscode-neovim/pull/2515

seams reasonable. could be added here maybe: https://github.com/vscode-neovim/vscode-neovim/blob/e133169b2966e2eeb26d33d8071e5219a96a584f/runtime/lua/vscode/sync-options.lua#L133

> when a terminal buffer is created via `:terminal` and my BufWinEnter autocmd is executed the first time, the `buftype` is still empty. I've also checked other terminal buffer related...

> much nicer where the cursor never moves from its initial position (but still un-highlights the skipped matches) If the un-highlight works then the cursor as a visual-aid is less...

> Still I don't get it why we need to _intentionally_ limit the efficiency of the escape hatch, when it could decrease the steps "could" is the operative word, it...

> The first set should _always_ be "safe", but once the user has used ``, there is no reason to use a limited set Oh, yes that makes sense. Only...

Since this appears to require "confirm" (`/gc`), this may be caused by https://github.com/neovim/neovim/pull/31787

I think somewhere in this codebase, `textwidth` (or maybe the Nvim screen size?) is set to a very big value to avoid wrapping. But I can't find the code.