vimPlugins.cmp-dotenv: init at 2024-06-05

This commit is contained in:
Sergio Ribera
2025-11-05 17:50:40 -04:00
parent 531b06974b
commit 5445c5dfd2
3 changed files with 18 additions and 0 deletions
@@ -2467,6 +2467,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
cmp-dotenv = buildVimPlugin {
pname = "cmp-dotenv";
version = "2024-06-05";
src = fetchFromGitHub {
owner = "SergioRibera";
repo = "cmp-dotenv";
rev = "4dd53aab60982f1f75848aec5e6214986263325e";
sha256 = "0pkkxfwsmp2rn77x8jbsb1j0avjx813n5kp4q6f0v0rfmjxk538i";
};
meta.homepage = "https://github.com/SergioRibera/cmp-dotenv/";
meta.hydraPlatforms = [ ];
};
cmp-emoji = buildVimPlugin {
pname = "cmp-emoji";
version = "2024-03-19";
@@ -503,6 +503,10 @@ assertNoAdditions {
checkInputs = [ self.nvim-cmp ];
};
cmp-dotenv = super.cmp-dotenv.overrideAttrs {
checkInputs = [ self.nvim-cmp ];
};
cmp-fish = super.cmp-fish.overrideAttrs {
checkInputs = [ self.nvim-cmp ];
};
@@ -188,6 +188,7 @@ https://github.com/delphinus/cmp-ctags/,HEAD,
https://github.com/rcarriga/cmp-dap/,HEAD,
https://github.com/uga-rosa/cmp-dictionary/,HEAD,
https://github.com/dmitmel/cmp-digraphs/,HEAD,
https://github.com/SergioRibera/cmp-dotenv/,HEAD,
https://github.com/hrsh7th/cmp-emoji/,,
https://github.com/mtoohey31/cmp-fish/,HEAD,
https://github.com/tzachar/cmp-fuzzy-buffer/,HEAD,