mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
vimPlugins.ng-nvim: init at 2025-04-21
This commit is contained in:
parent
fba25b5b33
commit
a652a057cd
2 changed files with 14 additions and 0 deletions
|
@ -9712,6 +9712,19 @@ final: prev: {
|
|||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
ng-nvim = buildVimPlugin {
|
||||
pname = "ng.nvim";
|
||||
version = "2025-04-21";
|
||||
src = fetchFromGitHub {
|
||||
owner = "joeveiga";
|
||||
repo = "ng.nvim";
|
||||
rev = "28b87c46fe813c8859d607f4a31b7b5fbdbd75d3";
|
||||
sha256 = "0i6y9p2cvbka97qnlwpl0kmfbl7xf98sx0khnjd5nappi7kb9zi8";
|
||||
};
|
||||
meta.homepage = "https://github.com/joeveiga/ng.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
nginx-vim = buildVimPlugin {
|
||||
pname = "nginx.vim";
|
||||
version = "2023-11-26";
|
||||
|
|
|
@ -745,6 +745,7 @@ https://github.com/prichrd/netrw.nvim/,HEAD,
|
|||
https://github.com/oberblastmeister/neuron.nvim/,,
|
||||
https://github.com/fiatjaf/neuron.vim/,,
|
||||
https://github.com/Olical/nfnl/,main,
|
||||
https://github.com/joeveiga/ng.nvim/,HEAD,
|
||||
https://github.com/chr4/nginx.vim/,,
|
||||
https://github.com/oxfist/night-owl.nvim/,,
|
||||
https://github.com/bluz71/vim-nightfly-colors/,,nightfly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue