Commit cc19bf60 authored by Matthieu Coudron's avatar Matthieu Coudron
Browse files

vimPlugins.haskell-snippets-nvim: init at 2024-01-15

parent 9f415b68
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+4 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -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,