From e338302bfe0707feccf9d727a4284d0286e1e67e Mon Sep 17 00:00:00 2001 From: Alexander Nortung Date: Tue, 17 Jan 2023 23:12:56 +0100 Subject: [PATCH] endwise: package option --- plugins/utils/endwise.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {};