diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index e5cc57ada897..c69beb943dd8 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index c9224e059be6..a6b27157579f 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,