base16: init plugin

This commit is contained in:
Pedro Alves 2021-02-10 14:49:33 +00:00
parent 657e5e6efb
commit f97e2f6ffc
4 changed files with 159 additions and 6 deletions

View file

@ -35,9 +35,9 @@
programs.nixvim = {
enable = true;
package = pkgs.neovim-nightly;
colorschemes.gruvbox = {
colorschemes.base16 = {
enable = true;
italics = true;
colorscheme = "ocean";
};
options.number = true;