1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 12:06:05 +01:00

plugins/actions-preview: add description

This commit is contained in:
Osman Faruk Bayram 2025-06-16 17:04:50 +03:00 committed by Matt Sturgeon
parent 831b503f11
commit ee715541ab

View file

@ -3,6 +3,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
name = "actions-preview";
packPathName = "actions-preview.nvim";
package = "actions-preview-nvim";
description = "Fully customizable previewer for LSP code actions.";
maintainers = [ lib.maintainers.GaetanLepage ];