mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
neovim: Don't hardcode base16 theme
This commit is contained in:
parent
75559d8b07
commit
a78151b9c5
@ -237,7 +237,7 @@ in
|
||||
{
|
||||
plugin = nvim-base16;
|
||||
type = "lua";
|
||||
config = "vim.cmd('colorscheme base16-monokai')";
|
||||
config = "vim.cmd('colorscheme base16-${config.lib.stylix.scheme.slug}')";
|
||||
}
|
||||
{
|
||||
plugin = lualine-nvim;
|
||||
|
Loading…
Reference in New Issue
Block a user