We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831b503 commit ee71554Copy full SHA for ee71554
plugins/by-name/actions-preview/default.nix
@@ -3,6 +3,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
3
name = "actions-preview";
4
packPathName = "actions-preview.nvim";
5
package = "actions-preview-nvim";
6
+ description = "Fully customizable previewer for LSP code actions.";
7
8
maintainers = [ lib.maintainers.GaetanLepage ];
9
0 commit comments