Commit 35906439 authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Matthieu Coudron
Browse files

vimPlugins.haskell-scope-highlighting-nvim: init at 2023-04-29

parent df3443b5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -16419,5 +16419,17 @@ final: prev:
    meta.homepage = "https://github.com/jhradilek/vim-snippets/";
  };

  haskell-scope-highlighting-nvim = buildVimPlugin {
    pname = "haskell-scope-highlighting-nvim";
    version = "2023-04-29";
    src = fetchFromGitHub {
      owner = "kiyoon";
      repo = "haskell-scope-highlighting.nvim";
      rev = "ffeda85bae909816cbbf9d061aea9115cf8166f2";
      sha256 = "sha256-f0y6rU0IqN8RZ7d1iyvHot2zLQ0yt4JOZhpdhlGZrqc=";
    };
    meta.homepage = "https://github.com/kiyoon/haskell-scope-highlighting.nvim/";
  };


}
+4 −0
Original line number Diff line number Diff line
@@ -670,6 +670,10 @@
    dependencies = with self; [ plenary-nvim ];
  };

  haskell-scope-highlighting-nvim = super.haskell-scope-highlighting-nvim.overrideAttrs {
    dependencies = with self; [ nvim-treesitter ];
  };

  hex-nvim = super.hex-nvim.overrideAttrs {
    postPatch = ''
      substituteInPlace lua/hex.lua --replace xxd ${xxd}/bin/xxd
+1 −0
Original line number Diff line number Diff line
@@ -347,6 +347,7 @@ https://github.com/m4xshen/hardtime.nvim/,HEAD,
https://git.sr.ht/~sircmpwn/hare.vim,HEAD,
https://github.com/ThePrimeagen/harpoon/,master,
https://github.com/ThePrimeagen/harpoon/,harpoon2,harpoon2
https://github.com/kiyoon/haskell-scope-highlighting.nvim/,HEAD,
https://github.com/MrcJkb/haskell-tools.nvim/,HEAD,
https://github.com/neovimhaskell/haskell-vim/,,
https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD,