nixvim: fix base16-nvim plugin (#1911)
Closes: https://github.com/nix-community/stylix/issues/1910
Fixes: 799c811ac5 ("{neovim,nixvim,nvf}: use mkTarget (#1535)")
Link: https://github.com/nix-community/stylix/pull/1911
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
484819a16f
commit
4aae0ebc2b
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ mkTarget {
|
|||
in
|
||||
{
|
||||
"base16-nvim" = {
|
||||
colorschemes.enable = true;
|
||||
colorschemes.base16.enable = true;
|
||||
inherit highlightOverride;
|
||||
};
|
||||
"mini.base16" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue