vimPlugins.haskell-snippets-nvim: init at 2024-01-15
This commit is contained in:
@@ -4162,6 +4162,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/kiyoon/haskell-scope-highlighting.nvim/";
|
||||
};
|
||||
|
||||
haskell-snippets-nvim = buildVimPlugin {
|
||||
pname = "haskell-snippets.nvim";
|
||||
version = "2024-01-15";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mrcjkb";
|
||||
repo = "haskell-snippets.nvim";
|
||||
rev = "c26279d568452f5474f26470aff6549f94ff7cd3";
|
||||
sha256 = "1rl9g25afaqiw16i582hbnnag0v6xcn28f09cy8vfddj696ygzg6";
|
||||
};
|
||||
meta.homepage = "https://github.com/mrcjkb/haskell-snippets.nvim/";
|
||||
};
|
||||
|
||||
haskell-tools-nvim = buildNeovimPlugin {
|
||||
pname = "haskell-tools.nvim";
|
||||
version = "2024-01-21";
|
||||
|
||||
@@ -670,6 +670,10 @@
|
||||
dependencies = with self; [ plenary-nvim ];
|
||||
};
|
||||
|
||||
haskell-snippets-nvim = super.haskell-snippets-nvim.overrideAttrs {
|
||||
dependencies = [ self.luasnip ];
|
||||
};
|
||||
|
||||
haskell-scope-highlighting-nvim = super.haskell-scope-highlighting-nvim.overrideAttrs {
|
||||
dependencies = with self; [ nvim-treesitter ];
|
||||
};
|
||||
|
||||
@@ -348,6 +348,7 @@ 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-snippets.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,
|
||||
|
||||
Reference in New Issue
Block a user