Merge pull request #329550 from olmokramer/templ-vim

vimPlugins.templ-vim: init at 2023-10-30
This commit is contained in:
Donovan Glover 2024-08-06 04:43:46 +00:00 committed by GitHub
commit 9f331f713c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -11088,6 +11088,18 @@ final: prev:
meta.homepage = "https://github.com/luc-tielen/telescope_hoogle/";
};
templ-vim = buildVimPlugin {
pname = "templ.vim";
version = "2023-10-30";
src = fetchFromGitHub {
owner = "joerdav";
repo = "templ.vim";
rev = "5cc48b93a4538adca0003c4bc27af844bb16ba24";
sha256 = "12w1cplgz5f02c61v42acgsf11078xcwp46j2b3lzmq9hj57rmb1";
};
meta.homepage = "https://github.com/joerdav/templ.vim/";
};
template-string-nvim = buildVimPlugin {
pname = "template-string.nvim";
version = "2023-12-26";

View File

@ -1465,3 +1465,4 @@ https://github.com/ziglang/zig.vim/,,
https://github.com/mickael-menu/zk-nvim/,HEAD,
https://github.com/troydm/zoomwintab.vim/,,
https://github.com/nanotee/zoxide.vim/,,
https://github.com/joerdav/templ.vim,HEAD,