Skip to content

Commit

Permalink
vimPlugins.haskell-scope-highlighting-nvim: init at 2023-04-29
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored and teto committed Jan 25, 2024
1 parent df3443b commit 3590643
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3590643

Please sign in to comment.