mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
vimPlugins.uv-nvim: init at 2025-05-31 (#412945)
This commit is contained in:
commit
d0bdf68444
3 changed files with 23 additions and 0 deletions
|
@ -15289,6 +15289,19 @@ final: prev: {
|
||||||
meta.hydraPlatforms = [ ];
|
meta.hydraPlatforms = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
uv-nvim = buildVimPlugin {
|
||||||
|
pname = "uv.nvim";
|
||||||
|
version = "2025-05-31";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "benomahony";
|
||||||
|
repo = "uv.nvim";
|
||||||
|
rev = "642e45d392a65fe15dbebd63444e45e21a38f883";
|
||||||
|
sha256 = "1l681q5d3c8hqr1vvb4rxs6y5a1fs3m3cx3v0n6lvmlcdbdn4mjb";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/benomahony/uv.nvim/";
|
||||||
|
meta.hydraPlatforms = [ ];
|
||||||
|
};
|
||||||
|
|
||||||
vCoolor-vim = buildVimPlugin {
|
vCoolor-vim = buildVimPlugin {
|
||||||
pname = "vCoolor.vim";
|
pname = "vCoolor.vim";
|
||||||
version = "2020-10-14";
|
version = "2020-10-14";
|
||||||
|
|
|
@ -120,6 +120,8 @@
|
||||||
websocat,
|
websocat,
|
||||||
# luau-lsp-nvim dependencies
|
# luau-lsp-nvim dependencies
|
||||||
luau-lsp,
|
luau-lsp,
|
||||||
|
# uv.nvim dependencies
|
||||||
|
uv,
|
||||||
# nvim-vstsl dependencies
|
# nvim-vstsl dependencies
|
||||||
vtsls,
|
vtsls,
|
||||||
}:
|
}:
|
||||||
|
@ -3528,6 +3530,13 @@ in
|
||||||
postPatch = "cd editor-support/vim";
|
postPatch = "cd editor-support/vim";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
uv-nvim = super.uv-nvim.overrideAttrs {
|
||||||
|
dependencies = with self; [
|
||||||
|
telescope-nvim
|
||||||
|
];
|
||||||
|
runtimeDeps = [ uv ];
|
||||||
|
};
|
||||||
|
|
||||||
vCoolor-vim = super.vCoolor-vim.overrideAttrs {
|
vCoolor-vim = super.vCoolor-vim.overrideAttrs {
|
||||||
# on linux can use either Zenity or Yad.
|
# on linux can use either Zenity or Yad.
|
||||||
propagatedBuildInputs = [ zenity ];
|
propagatedBuildInputs = [ zenity ];
|
||||||
|
|
|
@ -1173,6 +1173,7 @@ https://github.com/Shougo/unite.vim/,,
|
||||||
https://github.com/sontungexpt/url-open/,HEAD,
|
https://github.com/sontungexpt/url-open/,HEAD,
|
||||||
https://github.com/axieax/urlview.nvim/,,
|
https://github.com/axieax/urlview.nvim/,,
|
||||||
https://github.com/vim-scripts/utl.vim/,,
|
https://github.com/vim-scripts/utl.vim/,,
|
||||||
|
https://github.com/benomahony/uv.nvim/,HEAD,
|
||||||
https://github.com/KabbAmine/vCoolor.vim/,,
|
https://github.com/KabbAmine/vCoolor.vim/,,
|
||||||
https://github.com/junegunn/vader.vim/,,
|
https://github.com/junegunn/vader.vim/,,
|
||||||
https://github.com/jbyuki/venn.nvim/,,
|
https://github.com/jbyuki/venn.nvim/,,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue