fix: alias nvim-base16 is still in vim-plugins

not sure what it means so i had to package it myself
This commit is contained in:
Noah Masur
2024-02-18 09:26:23 -05:00
parent fc6bdeb1ad
commit ea67467cbf
4 changed files with 78 additions and 56 deletions

View File

@ -8,7 +8,7 @@
};
config = {
plugins = [ pkgs.vimPlugins.nvim-base16 ];
plugins = [ pkgs.vimPlugins.base16-nvim ];
setup.base16-colorscheme = config.colors;
# Telescope isn't working, shut off for now