update neovim config to use lazy, fix some issues with screens in general
This commit is contained in:
@@ -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,5 +1,5 @@
|
||||
[colors.primary]
|
||||
background = "#161616"
|
||||
background = "#0C0C0C"
|
||||
foreground = "#CCCCCC"
|
||||
|
||||
[colors.normal]
|
||||
|
||||
Reference in New Issue
Block a user