diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index fd27e0d08922..f45469f37f84 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -55,6 +55,7 @@ , nodejs , xdotool , xorg +, xxd , zathura , zsh @@ -575,6 +576,12 @@ self: super: { dependencies = with self; [ plenary-nvim ]; }); + hex-nvim = super.hex-nvim.overrideAttrs (old: { + postPatch = '' + substituteInPlace lua/hex.lua --replace xxd ${xxd}/bin/xxd + ''; + }); + himalaya-vim = super.himalaya-vim.overrideAttrs (old: { buildInputs = [ himalaya ]; src = fetchFromSourcehut { diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 9ae6f8f7dbbb..8bb8fa6fb17a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -331,6 +331,7 @@ https://github.com/neovimhaskell/haskell-vim/,, https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD, https://github.com/travitch/hasksyn/,, https://github.com/rebelot/heirline.nvim/,, +https://github.com/RaafatTurki/hex.nvim/,HEAD, https://github.com/Yggdroot/hiPairs/,, https://github.com/tzachar/highlight-undo.nvim/,HEAD, https://git.sr.ht/~soywod/himalaya-vim,,