plugins/ledger: correct enable option description (#186)

This commit is contained in:
Gaétan Lepage 2023-02-23 17:10:02 +01:00 committed by GitHub
parent 67f5db9cfd
commit 6c8644cd39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ with lib;
with import ../helpers.nix {inherit lib;}; with import ../helpers.nix {inherit lib;};
mkPlugin args { mkPlugin args {
name = "ledger"; name = "ledger";
description = "Enable ledger language features"; description = "ledger language features";
package = pkgs.vimPlugins.vim-ledger; package = pkgs.vimPlugins.vim-ledger;
options = { options = {