mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 14:48:37 +01:00
neovim: Drop base16-nvim version override
Color differences seem to be fixed now, possibly because of neovim v0.10.0.
This commit is contained in:
parent
d1cd4a9f27
commit
c6707b2429
@ -2,10 +2,7 @@
|
||||
|
||||
let
|
||||
inherit (config.lib.stylix.scheme) scheme;
|
||||
inherit (pkgs) callPackage;
|
||||
inherit (lib.strings) toLower;
|
||||
|
||||
base16-nvim = callPackage ../packages/base16-nvim.nix { };
|
||||
in
|
||||
{
|
||||
programs.bat.enable = true;
|
||||
|
@ -1,24 +0,0 @@
|
||||
{ lib
|
||||
, vimUtils
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
vimUtils.buildVimPlugin {
|
||||
pname = "base16-nvim";
|
||||
version = "2024-02-17";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RRethy";
|
||||
repo = "base16-nvim";
|
||||
rev = "b3e9ec6a82c05b562cd71f40fe8964438a9ba64a";
|
||||
hash = "sha256-l0BO2boIy6mwK8ISWS3D68f8egqHYwsGSAnzjbB5aOE=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Neovim plugin for base16 color schemes";
|
||||
homepage = "https://github.com/RRethy/base16-nvim";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ donovanglover ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user