mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-24 03:53:05 +00:00
docs: add weilbith/nvim-code-action-menu. (#230)
* docs: add weilbith/nvim-code-action-menu. A plugin that adds A floating pop-up menu for code actions to show code action information and a diff preview. * docs: Fix the hyperlink for `weilbith/nvim-code-action-menu` The markdown hyperlink led to the wrong repo previously. * docs: Fix missing bracket in a URL.
This commit is contained in:
parent
59245123f1
commit
113798764b
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ Neovim supports a wide variety of UI's.
|
||||||
- [jose-elias-alvarez/null-ls](https://github.com/jose-elias-alvarez/null-ls.nvim) - Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
|
- [jose-elias-alvarez/null-ls](https://github.com/jose-elias-alvarez/null-ls.nvim) - Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
|
||||||
- [jakewvincent/texmagic.nvim](https://github.com/jakewvincent/texmagic.nvim) - Enhance the lspconfig settings for Texlab by defining any number of custom LaTeX build engines and selecting them with magic comments.
|
- [jakewvincent/texmagic.nvim](https://github.com/jakewvincent/texmagic.nvim) - Enhance the lspconfig settings for Texlab by defining any number of custom LaTeX build engines and selecting them with magic comments.
|
||||||
- [nanotee/nvim-lsp-basics](https://github.com/nanotee/nvim-lsp-basics) - Basic wrappers for LSP features.
|
- [nanotee/nvim-lsp-basics](https://github.com/nanotee/nvim-lsp-basics) - Basic wrappers for LSP features.
|
||||||
|
- [weilbith/nvim-code-action-menu](https://github.com/weilbith/nvim-code-action-menu) - A floating pop-up menu for code actions to show code action information and a diff preview.
|
||||||
|
|
||||||
##### LSP Installer
|
##### LSP Installer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue