mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 09:36:10 +02:00
colorschemes/base16: switch from base16-vim to nvim-base16
This commit is contained in:
parent
27bb28f23e
commit
16a0f6c500
2 changed files with 106 additions and 2 deletions
|
@ -13,7 +13,7 @@ in {
|
|||
colorschemes.base16 = {
|
||||
enable = mkEnableOption "base16";
|
||||
|
||||
package = helpers.mkPackageOption "base16" pkgs.vimPlugins.base16-vim;
|
||||
package = helpers.mkPackageOption "base16" pkgs.vimPlugins.nvim-base16;
|
||||
|
||||
useTruecolor = mkOption {
|
||||
type = types.bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue