Change in packages name for neovim Base16 plugin

This commit is contained in:
Yorick Barbanneau 2024-03-05 22:32:15 +01:00
parent 4f6de7a255
commit 6b28554969
4 changed files with 24 additions and 3 deletions

View file

@ -49,7 +49,7 @@ in
'';
}
{
plugin = nvim-base16;
plugin = base16-nvim;
type = "lua";
config = ''
vim.cmd.colorscheme 'base16-default-dark'