Skip to content

Commit

Permalink
plugins/utils/indent-blankline: fix enable option (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Feb 2, 2023
1 parent 0d678eb commit 548c76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/utils/indent-blankline.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with lib; let
in
{
options.plugins.indent-blankline = {
enable = helpers.defaultNullOpts.mkBool false "Enable indent-blankline.nvim";
enable = mkEnableOption "indent-blankline.nvim";

package = helpers.mkPackageOption "indent-blankline" pkgs.vimPlugins.indent-blankline-nvim;

Expand Down

0 comments on commit 548c76e

Please sign in to comment.