mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
vimPlugins.ng-nvim: init at 2025-04-21 (#415016)
This commit is contained in:
commit
a70efe6be0
2 changed files with 14 additions and 0 deletions
|
@ -9738,6 +9738,19 @@ final: prev: {
|
||||||
meta.hydraPlatforms = [ ];
|
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 {
|
nginx-vim = buildVimPlugin {
|
||||||
pname = "nginx.vim";
|
pname = "nginx.vim";
|
||||||
version = "2023-11-26";
|
version = "2023-11-26";
|
||||||
|
|
|
@ -747,6 +747,7 @@ https://github.com/prichrd/netrw.nvim/,HEAD,
|
||||||
https://github.com/oberblastmeister/neuron.nvim/,,
|
https://github.com/oberblastmeister/neuron.nvim/,,
|
||||||
https://github.com/fiatjaf/neuron.vim/,,
|
https://github.com/fiatjaf/neuron.vim/,,
|
||||||
https://github.com/Olical/nfnl/,main,
|
https://github.com/Olical/nfnl/,main,
|
||||||
|
https://github.com/joeveiga/ng.nvim/,HEAD,
|
||||||
https://github.com/chr4/nginx.vim/,,
|
https://github.com/chr4/nginx.vim/,,
|
||||||
https://github.com/oxfist/night-owl.nvim/,,
|
https://github.com/oxfist/night-owl.nvim/,,
|
||||||
https://github.com/bluz71/vim-nightfly-colors/,,nightfly
|
https://github.com/bluz71/vim-nightfly-colors/,,nightfly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue