mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
vimPlugins.minuet-ai-nvim: init at 2025-02-03
This commit is contained in:
parent
68392b6bc4
commit
146f1375c1
3 changed files with 31 additions and 0 deletions
|
@ -7424,6 +7424,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/wfxr/minimap.vim/";
|
||||
};
|
||||
|
||||
minuet-ai-nvim = buildVimPlugin {
|
||||
pname = "minuet-ai.nvim";
|
||||
version = "2025-02-03";
|
||||
src = fetchFromGitHub {
|
||||
owner = "milanglacier";
|
||||
repo = "minuet-ai.nvim";
|
||||
rev = "9a264284573b837dc0202049166a0564a70deaed";
|
||||
sha256 = "06d7s9949aylda4vq36h4s9hnnp3lycwm2nrjid5vxb98gy3d3xn";
|
||||
};
|
||||
meta.homepage = "https://github.com/milanglacier/minuet-ai.nvim/";
|
||||
};
|
||||
|
||||
mkdir-nvim = buildVimPlugin {
|
||||
pname = "mkdir.nvim";
|
||||
version = "2022-07-23";
|
||||
|
|
|
@ -1809,6 +1809,24 @@ in
|
|||
meta.homepage = "https://github.com/jose-elias-alvarez/minsnip.nvim/";
|
||||
};
|
||||
|
||||
minuet-ai-nvim = super.minuet-ai-nvim.overrideAttrs {
|
||||
checkInputs = [
|
||||
# optional cmp integration
|
||||
self.nvim-cmp
|
||||
];
|
||||
dependencies = with self; [ plenary-nvim ];
|
||||
nvimSkipModule = [
|
||||
# Backends require configuration
|
||||
"minuet.backends.claude"
|
||||
"minuet.backends.codestral"
|
||||
"minuet.backends.gemini"
|
||||
"minuet.backends.huggingface"
|
||||
"minuet.backends.openai"
|
||||
"minuet.backends.openai_compatible"
|
||||
"minuet.backends.openai_fim_compatible"
|
||||
];
|
||||
};
|
||||
|
||||
mkdnflow-nvim = super.mkdnflow-nvim.overrideAttrs {
|
||||
dependencies = [ self.plenary-nvim ];
|
||||
# Requires setup call and has optional nvim-cmp dependency
|
||||
|
|
|
@ -615,6 +615,7 @@ https://github.com/echasnovski/mini.test/,HEAD,
|
|||
https://github.com/echasnovski/mini.trailspace/,HEAD,
|
||||
https://github.com/echasnovski/mini.visits/,HEAD,
|
||||
https://github.com/wfxr/minimap.vim/,,
|
||||
https://github.com/milanglacier/minuet-ai.nvim/,HEAD,
|
||||
https://github.com/jghauser/mkdir.nvim/,main,
|
||||
https://github.com/jakewvincent/mkdnflow.nvim/,HEAD,
|
||||
https://github.com/SidOfc/mkdx/,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue