mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
vimPlugins.html5-vim: init at 2020-08-22
This commit is contained in:
parent
0b3471bb54
commit
bf28b00173
@ -3596,6 +3596,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/rktjmp/hotpot.nvim/";
|
||||
};
|
||||
|
||||
html5-vim = buildVimPluginFrom2Nix {
|
||||
pname = "html5.vim";
|
||||
version = "2020-08-22";
|
||||
src = fetchFromGitHub {
|
||||
owner = "othree";
|
||||
repo = "html5.vim";
|
||||
rev = "7c9f6f38ce4f9d35db7eeedb764035b6b63922c6";
|
||||
sha256 = "1hgbvdpmn3yffk5ahz7hz36a7f5zjc1k3pan5ybgncmdq9f4rzq6";
|
||||
};
|
||||
meta.homepage = "https://github.com/othree/html5.vim/";
|
||||
};
|
||||
|
||||
hydra-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "hydra.nvim";
|
||||
version = "2022-11-20";
|
||||
|
@ -301,6 +301,7 @@ https://github.com/edluffy/hologram.nvim/,,
|
||||
https://github.com/urbit/hoon.vim/,,
|
||||
https://github.com/phaazon/hop.nvim/,,
|
||||
https://github.com/rktjmp/hotpot.nvim/,,
|
||||
https://github.com/othree/html5.vim/,HEAD,
|
||||
https://github.com/anuvyklack/hydra.nvim/,HEAD,
|
||||
https://github.com/mboughaba/i3config.vim/,,
|
||||
https://github.com/cocopon/iceberg.vim/,,
|
||||
|
Loading…
Reference in New Issue
Block a user