Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
nvim-ts-rainbow overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Jan 8, 2023
1 parent 95aad98 commit 3c98cac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,18 @@
pluginOverlay
(final: prev: {
rnix-lsp = inputs.rnix-lsp.defaultPackage.${system};
# https://github.com/p00f/nvim-ts-rainbow is no longer maintained
# This is an overlay until a definite fork is established and packaged
vimPlugins.nvim-ts-rainbow = inputs.nixpkgs.legacyPackages.${system}.vimUtils.buildVimPluginFrom2Nix rec {
pname = "nvim-ts-rainbow";
version = "a36985818660e7805d60ea9d996d135ab1540b63";
src = inputs.nixpkgs.legacyPackages.${system}.fetchFromGitHub {
owner = "mrjones2014";
repo = "nvim-ts-rainbow";
rev = "${version}";
sha256 = "71/dbTPL3zB3oZaHTMvPWmcsr7cyctymzGnRG31H/6w=";
};
};
})
inputs.neovim-overlay.overlay
];
Expand Down

0 comments on commit 3c98cac

Please sign in to comment.