mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
plugins/utils/indent-blankline: fix enable option (#163)
This commit is contained in:
parent
0d678ebd9d
commit
548c76ee32
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue