base16-nvim: Downgrade from 2024-04-18 to 2024-02-17

This fixes an issue where syntax highlighting was fixed upstream, which
broke my workflow since I was using the changing colors of the plugin
to determine when the LSP was loaded in. I also liked how it syntax
highlighted valid identifiers a different color than invalid ones.

See: https://github.com/RRethy/base16-nvim/pull/96
This commit is contained in:
Donovan Glover 2024-04-25 11:07:59 -04:00
parent a8a7d16e8a
commit 6711f75a0c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,6 +2,18 @@
let
inherit (config.lib.stylix.scheme) slug;
base16-nvim = pkgs.vimUtils.buildVimPlugin {
pname = "base16-nvim";
version = "2024-02-17";
src = pkgs.fetchFromGitHub {
owner = "RRethy";
repo = "base16-nvim";
rev = "b3e9ec6a82c05b562cd71f40fe8964438a9ba64a";
sha256 = "1qb8g6q8vwq99030nqw719xgrizbqcnmj4n25fqakjq8pbclwh4p";
};
};
in
{
programs.bat.enable = true;