Gregory Anders
Gregory Anders
BREAKING CHANGE: This changes the list of diagnostics that are passed to a diagnostic handler. If a handler is already filtering by severity itself then this won't break anything, since...
Credit to @glepnir for the suggestion. Ref: https://github.com/neovim/neovim/issues/29981#issuecomment-2295081391 **Before**: ``` Benchmarking vim.text.hexencode... Time taken: 0.059076 Benchmarking vim.text.hexdecode... Time taken: 0.336875 ``` **After**: ``` Benchmarking vim.text.hexencode... Time taken: 0.038409 Benchmarking vim.text.hexdecode......
Hello, I'm the author of [ijq](https://github.com/gpanders/ijq), which uses tview. jq filters often contain text of the form `[0]` to select a value from a JSON array. Whenever a user writes...
This client has 2 workspace folders configured, but only shows the root directory. We should also show all workspace folders if there are any (or perhaps if there are >1)?...
**Is your feature request related to a problem? Please describe.** virtiofs synced folders cannot use `xattr`. Attempting to do so returns an error: "Operation not supported". virtiofs does support xattr,...
This option was introduced to help with transitioning to the new behavior during the 0.11 release cycle with the intention of removing in 0.12.
When setting a keymap with "unique" that already exists the error message contains the LHS of the keymap with termcodes replaced. In particular this means that keys like show as...
Fixes CC-5462. Use a simple table (one row for each entry) instead of a fancy table with box characters (that is hard to read and breaks when text wraps). Print...