nvim-code-action-menu
nvim-code-action-menu copied to clipboard
Pop-up menu for code actions to show meta-information and diff preview
The windows change in width and many times word wrap when moving from option to option in the menu. I introduced an error in my NeoVim config to show this...
Hello, I'm not sure quite how to debug this, but here is the issue. When I open neovim, the **first time** and only the first time I call `CodeActionMenu` my...
neovim version: 0.6.0 lsp server: Omnisharp plugin config: ``` g.code_action_menu_show_details = false ``` Actual behavior:  when select option [1] nothing happens Expected behavior: Adding `using System.Threading.Tasks;` in the beginning...
Is there an option to hide the action kinds in parentheses (as highlighted below)? 
See the video below https://user-images.githubusercontent.com/12136268/162436742-7b073e5e-34b7-4519-a67c-3d9b5c0cc1a4.mp4
### Main Change - `BaseAction:new` now takes `client_id` in the second index of the table Feel free to make suggestions. Close #49
Some commands on the `ltex` lsp are resolved on the client side. Example: - `_ltex.addToDictionary` - `_ltex.disableRules` - `_ltex.hideFalsePositives` [Docs: ltex commands](https://valentjn.github.io/ltex/ltex-ls/server-usage.html#commands) ```lua local lspconfig = require 'lspconfig' local opts...
 There are two options though. I have to go down with the cursor to see the other one. I'm using the latest nvim version with nvchads configs
Thank you for this plugin, I generally like it very much! I did however run into an issue with the built-in diff capability. I created an Asciinema recording to demonstrate:...
I recently found your plugin and found it very useful but I have some bug related to code action menu here is the screenshot of the menu  I have...