Final Change To NeoVim

This commit is contained in:
Tyler Kelley 2024-02-19 00:13:33 -06:00
parent 089c56ab1c
commit ff6db583b0
2 changed files with 9 additions and 2 deletions

View File

@ -14,6 +14,14 @@ in {
enable = true;
powerlineFonts = true;
theme = "tomorrow";
symbols = {
branch = "";
colnr = " ";
readonly = "";
linenr = " ";
maxlinenr = " ";
dirty= "";
};
};
startup = {
enable = true;
@ -83,7 +91,6 @@ in {
extraConfigVim = ''
set noshowmode
set showtabline=2
colorscheme base16-${theme}
inoremap jj <ESC>
let s:guifontsize = 16

View File

@ -15,7 +15,7 @@ in {
hostname = "${hostname}";
gitUsername = "Tyler Kelley";
gitEmail = "tylerzanekelley@gmail.com";
theme = "atelier-cave";
theme = "tomorrow-night";
slickbar = if waybarStyle == "slickbar" then true else false;
slickbar-num = if waybarStyle == "slickbar-num" then true else false;
simplebar = if waybarStyle == "simplebar" then true else false;