Commit 5ee788cb authored by "Mateusz Majewski"'s avatar "Mateusz Majewski" Committed by Mateusz Majewski
Browse files

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

parent b8fae924
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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 {
+1 −0
Original line number Diff line number Diff line
@@ -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,,