vimPlugins.hex-nvim: init at 2023-05-25

This commit is contained in:
"Mateusz Majewski"
2023-06-20 19:10:23 +02:00
committed by Mateusz Majewski
parent b8fae9241c
commit 5ee788cbe0
2 changed files with 8 additions and 0 deletions
@@ -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 {
@@ -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,,