mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-02 17:49:13 +01:00
Final Change To NeoVim
This commit is contained in:
parent
089c56ab1c
commit
ff6db583b0
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user