diff --git a/plugins/utils/endwise.nix b/plugins/utils/endwise.nix index c3c4c22d..1c5beb9b 100644 --- a/plugins/utils/endwise.nix +++ b/plugins/utils/endwise.nix @@ -5,7 +5,7 @@ in with helpers; with lib; mkPlugin attrs { name = "endwise"; description = "Enable vim-endwise"; - extraPlugins = [ pkgs.vimPlugins.vim-endwise ]; + package = pkgs.vimPlugins.vim-endwise; # Yes it's really not configurable options = {};