mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/base16: rename plugin to conform with upstream
This commit is contained in:
parent
1a3b4a1829
commit
08f3289d34
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in {
|
|||
colorschemes.base16 = {
|
||||
enable = mkEnableOption "base16";
|
||||
|
||||
package = helpers.mkPackageOption "base16" pkgs.vimPlugins.nvim-base16;
|
||||
package = helpers.mkPackageOption "base16" pkgs.vimPlugins.base16-nvim;
|
||||
|
||||
useTruecolor = mkOption {
|
||||
type = types.bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue