Skip to content

Commit 3888522

Browse files
committed
plugins/avante: add missing description
1 parent 277dbeb commit 3888522

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/by-name/avante/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
2222
'';
2323

2424
mappings = mkNullOrOption' {
25+
description = ''
26+
Key mappings for various functionalities within avante.
27+
'';
2528
type = with lib.types; attrsOf (either str (attrsOf str));
2629
example = {
2730
diff = {

0 commit comments

Comments
 (0)