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

This commit is contained in:
Gaetan Lepage 2024-01-24 11:15:51 +01:00 committed by Matthieu Coudron
parent df3443b573
commit 359064396f
3 changed files with 17 additions and 0 deletions

View File

@ -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/";
};
}

View File

@ -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

View File

@ -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,