mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-04 06:14:32 +02:00
plugins/avante: add missing description
This commit is contained in:
parent
277dbeb607
commit
3888522746
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
mappings = mkNullOrOption' {
|
mappings = mkNullOrOption' {
|
||||||
|
description = ''
|
||||||
|
Key mappings for various functionalities within avante.
|
||||||
|
'';
|
||||||
type = with lib.types; attrsOf (either str (attrsOf str));
|
type = with lib.types; attrsOf (either str (attrsOf str));
|
||||||
example = {
|
example = {
|
||||||
diff = {
|
diff = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue