mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-03 01:59:13 +01:00
Final Change To NeoVim
This commit is contained in:
parent
089c56ab1c
commit
ff6db583b0
@ -14,6 +14,14 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
powerlineFonts = true;
|
powerlineFonts = true;
|
||||||
theme = "tomorrow";
|
theme = "tomorrow";
|
||||||
|
symbols = {
|
||||||
|
branch = "";
|
||||||
|
colnr = " ";
|
||||||
|
readonly = "";
|
||||||
|
linenr = " ";
|
||||||
|
maxlinenr = "☰ ";
|
||||||
|
dirty= "⚡";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
startup = {
|
startup = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -83,7 +91,6 @@ in {
|
|||||||
|
|
||||||
extraConfigVim = ''
|
extraConfigVim = ''
|
||||||
set noshowmode
|
set noshowmode
|
||||||
set showtabline=2
|
|
||||||
colorscheme base16-${theme}
|
colorscheme base16-${theme}
|
||||||
inoremap jj <ESC>
|
inoremap jj <ESC>
|
||||||
let s:guifontsize = 16
|
let s:guifontsize = 16
|
||||||
|
@ -15,7 +15,7 @@ in {
|
|||||||
hostname = "${hostname}";
|
hostname = "${hostname}";
|
||||||
gitUsername = "Tyler Kelley";
|
gitUsername = "Tyler Kelley";
|
||||||
gitEmail = "tylerzanekelley@gmail.com";
|
gitEmail = "tylerzanekelley@gmail.com";
|
||||||
theme = "atelier-cave";
|
theme = "tomorrow-night";
|
||||||
slickbar = if waybarStyle == "slickbar" then true else false;
|
slickbar = if waybarStyle == "slickbar" then true else false;
|
||||||
slickbar-num = if waybarStyle == "slickbar-num" then true else false;
|
slickbar-num = if waybarStyle == "slickbar-num" then true else false;
|
||||||
simplebar = if waybarStyle == "simplebar" then true else false;
|
simplebar = if waybarStyle == "simplebar" then true else false;
|
||||||
|
Loading…
Reference in New Issue
Block a user