mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +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;};
|
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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue