mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins/ledger: correct enable option description (#186)
This commit is contained in:
parent
67f5db9cfd
commit
6c8644cd39
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ with lib;
|
|||
with import ../helpers.nix {inherit lib;};
|
||||
mkPlugin args {
|
||||
name = "ledger";
|
||||
description = "Enable ledger language features";
|
||||
description = "ledger language features";
|
||||
package = pkgs.vimPlugins.vim-ledger;
|
||||
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue