mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
vimPlugins.nvim-coverage: init at 2023-05-26
This commit is contained in:
parent
b7c478e7da
commit
13a7c6fc5e
@ -799,6 +799,10 @@ self: super: {
|
|||||||
dependencies = with self; [ plenary-nvim ];
|
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: {
|
nvim-dap-python = super.nvim-dap-python.overrideAttrs (old: {
|
||||||
dependencies = with self; [ nvim-dap ];
|
dependencies = with self; [ nvim-dap ];
|
||||||
});
|
});
|
||||||
|
@ -546,6 +546,7 @@ https://github.com/terrortylor/nvim-comment/,,
|
|||||||
https://github.com/hrsh7th/nvim-compe/,,
|
https://github.com/hrsh7th/nvim-compe/,,
|
||||||
https://github.com/roxma/nvim-completion-manager/,,
|
https://github.com/roxma/nvim-completion-manager/,,
|
||||||
https://github.com/klen/nvim-config-local/,,
|
https://github.com/klen/nvim-config-local/,,
|
||||||
|
https://github.com/andythigpen/nvim-coverage/,HEAD,
|
||||||
https://github.com/yamatsum/nvim-cursorline/,,
|
https://github.com/yamatsum/nvim-cursorline/,,
|
||||||
https://github.com/mfussenegger/nvim-dap/,,
|
https://github.com/mfussenegger/nvim-dap/,,
|
||||||
https://github.com/leoluz/nvim-dap-go/,HEAD,
|
https://github.com/leoluz/nvim-dap-go/,HEAD,
|
||||||
|
Loading…
Reference in New Issue
Block a user