partial setup of neovim for home config

This commit is contained in:
Noah Masur
2022-11-29 19:14:14 -07:00
parent 397b08fab4
commit dfacb580ae
19 changed files with 76 additions and 62 deletions

View File

@ -19,7 +19,7 @@
base0D = "#83a598"; # blue
base0E = "#d3869b"; # purple
base0F = "#d65d0e"; # brown
neovimConfig = ./neovim.lua;
neovimConfig = ./neovim-gruvbox.nix;
batTheme = "gruvbox-dark";
};
light = {
@ -39,7 +39,7 @@
base0D = "#076678"; # blue
base0E = "#8f3f71"; # purple
base0F = "#d65d0e"; # brown
neovimConfig = ./neovim.lua;
neovimConfig = ./neovim-gruvbox.nix;
batTheme = "gruvbox-light";
};
}