Maria José Solano
Maria José Solano
It would be really nice if hover actions used [`trouble`'s](https://github.com/folke/trouble.nvim)(when installed) quick fix list instead of Neovim's built-in one. An example of another plugin that does something like this: https://github.com/lewis6991/gitsigns.nvim
When writing custom snippets, it would be really helpful to use type annotations for `s`, `t`, and other global snippet constructors for better editing support :)
### Problem On master, a mapping like `zz` prevents the cursor from moving, while this correctly scrolled and centered the cursor previously. ### Steps to reproduce 1. Write the following...
The following is a draft (nothing is set in stone) of the implemented and upcoming features for snippets: - [X] Use LPEG for snippet parsing: https://github.com/neovim/neovim/pull/25352 - [x] Basic snippet...
### What Operating System(s) are you seeing this problem on? Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? Hyprland ### WezTerm version 20240221_075452_95581d86 ### Did...
Currently there seems to be the workaround of `"dprint.path"` to indicate the path inside local `node_modules`. But given that modern Yarn doesn't have a `node_modules` folder, how could one fix...
Until #27693 is merged, we should report misbehaving servers that don't respect the client capability and sends Markup diagnostic messages.
Now that `vim.diagnostic.get` is the only way to obtain diagnostics, it's sometimes necessary to convert these to their LSP equivalent for use with other functions. Example: When sending a code...