mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 06:50:13 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user