update neovim config to use lazy, fix some issues with screens in general

This commit is contained in:
2025-09-13 04:48:53 -07:00
parent cfcea95348
commit c77e3abf65
23 changed files with 1807 additions and 649 deletions
+11 -7
View File
@@ -1,19 +1,14 @@
live_config_reload = true
import = [
"~/.config/alacritty/my_theme.toml"
]
[env]
TERM = "alacritty"
[shell]
[terminal.shell]
program = "/bin/zsh"
[window]
padding = { x = 5, y = 5}
dynamic_padding = true
decorations = "None"
decorations = "Full"
startup_mode = "Windowed"
@@ -26,3 +21,12 @@ normal = { family = "Hack Nerd Font" }
[cursor]
style = {shape = "underline", blinking = "Always"}
[general]
live_config_reload = true
import = [
"~/.config/alacritty/my_theme.toml"
]
[terminal]
+1 -1
View File
@@ -1,5 +1,5 @@
[colors.primary]
background = "#161616"
background = "#0C0C0C"
foreground = "#CCCCCC"
[colors.normal]