mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
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:
parent
a8a7d16e8a
commit
6711f75a0c
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
inherit (config.lib.stylix.scheme) slug;
|
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
|
in
|
||||||
{
|
{
|
||||||
programs.bat.enable = true;
|
programs.bat.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user