vimPlugins.nvim-coverage: init at 2023-05-26

This commit is contained in:
Gaetan Lepage 2023-06-19 11:01:11 +02:00
parent b7c478e7da
commit 13a7c6fc5e
2 changed files with 5 additions and 0 deletions

View file

@ -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 ];
});

View file

@ -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,