From 13a7c6fc5e3e8dc58fa52cde07cb85a556757fc8 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 19 Jun 2023 11:01:11 +0200 Subject: [PATCH] vimPlugins.nvim-coverage: init at 2023-05-26 --- pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 5 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index f1993a336008..602d635d2310 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -799,6 +799,10 @@ self: super: { dependencies = with self; [ plenary-nvim ]; }); + nvim-coverage = super.nvim-coverage.overrideAttrs(old: { + dependencies = with self; [ plenary-nvim ]; + }); + nvim-dap-python = super.nvim-dap-python.overrideAttrs (old: { dependencies = with self; [ nvim-dap ]; }); diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 295a1f00c48b..a52ac9504a96 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -546,6 +546,7 @@ https://github.com/terrortylor/nvim-comment/,, https://github.com/hrsh7th/nvim-compe/,, https://github.com/roxma/nvim-completion-manager/,, https://github.com/klen/nvim-config-local/,, +https://github.com/andythigpen/nvim-coverage/,HEAD, https://github.com/yamatsum/nvim-cursorline/,, https://github.com/mfussenegger/nvim-dap/,, https://github.com/leoluz/nvim-dap-go/,HEAD,