mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-04 14:33:57 +00:00
refactor neovim colors
using base16 color plugin instead of homemade
This commit is contained in:
@@ -180,8 +180,7 @@
|
||||
neovim = let pkgs = import nixpkgs { inherit system overlays; };
|
||||
in import ./modules/common/neovim/package {
|
||||
inherit pkgs;
|
||||
colors =
|
||||
import ./colorscheme/gruvbox/neovim-gruvbox.nix { inherit pkgs; };
|
||||
colors = (import ./colorscheme/gruvbox-dark).dark;
|
||||
};
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user