From 1d4d535479e6833833a4a393ceac920fac1c3f04 Mon Sep 17 00:00:00 2001 From: Jack Wenyoung Date: Fri, 21 Mar 2025 18:22:19 +0800 Subject: [PATCH] vimPlugins.houdini: init add houdini name --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 14 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 94a8a410f9fe..4928f5c7b88e 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -5904,6 +5904,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + houdini-nvim = buildVimPlugin { + pname = "houdini.nvim"; + version = "2024-08-06"; + src = fetchFromGitHub { + owner = "TheBlob42"; + repo = "houdini.nvim"; + rev = "1b7ec0a713a2aa9965848d8b93f66dc93716fd1c"; + sha256 = "05np3p0lnsra6c6vx3h81vrba3nhwxrqb5l3qkdbx5bl58dds9bn"; + }; + meta.homepage = "https://github.com/TheBlob42/houdini.nvim"; + meta.hydraPlatforms = [ ]; + }; + hover-nvim = buildVimPlugin { pname = "hover.nvim"; version = "2024-12-11"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 1f111ca7a914..c8dcabe943a0 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -452,6 +452,7 @@ https://github.com/edluffy/hologram.nvim/,, https://github.com/urbit/hoon.vim/,, https://github.com/smoka7/hop.nvim/,, https://github.com/rktjmp/hotpot.nvim/,, +https://github.com/TheBlob42/houdini.nvim/,HEAD, https://github.com/lewis6991/hover.nvim/,HEAD, https://github.com/othree/html5.vim/,HEAD, https://github.com/julienvincent/hunk.nvim/,HEAD,