Skip to content

Commit

Permalink
plugins/avante: add missing description
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 5, 2024
1 parent 277dbeb commit 3888522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/by-name/avante/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
'';

mappings = mkNullOrOption' {
description = ''
Key mappings for various functionalities within avante.
'';
type = with lib.types; attrsOf (either str (attrsOf str));
example = {
diff = {
Expand Down

0 comments on commit 3888522

Please sign in to comment.