This commit is contained in:
Daniel Fichtinger 2024-11-05 16:36:07 -05:00
parent 5de5197c52
commit 6a68903110
7 changed files with 7 additions and 4 deletions

View file

@ -246,4 +246,5 @@ exec_always --no-startup-id picom -b --config ~/.config/picom/picom.conf
exec --no-startup-id blueman-applet &
exec_always --no-startup-id pkill dunst && dunst &
exec_always --no-startup-id wal --theme sidonia
exec --no-startup-id tmux start-server &
# exec_always --no-startup-id wal --theme arch

View file

@ -55,8 +55,8 @@ map({ "n" }, "<C-u>", "<C-u>zz", { remap = false })
map({ "n" }, "<C-d>", "<C-d>zz", { remap = false })
map({ "n" }, "n", "nzz", { remap = false })
map({ "n" }, "N", "Nzz", { remap = false })
map({ "n" }, "<PageDown>", "<Down><C-e>", { remap = false })
map({ "n" }, "<PageUp>", "<Up><C-y>", { remap = false })
map({ "n" }, "<PageDown>", "<Down>zz", { remap = false })
map({ "n" }, "<PageUp>", "<Up>zz", { remap = false })
-- remove the default lazyvim, and also swap H and L (for move cursor) to make more sense on colemak
vim.keymap.del({ "n" }, "<S-h>")

View file

@ -83,6 +83,7 @@ return {
Group.new("NotifyERRORIcon", colors.error)
Group.new("ErrorMsg", colors.noir_1, colors.error)
Group.new("SpellBad", nil, nil, styles.undercurl)
Group.new("SpellCap", nil, nil, styles.undercurl)
Group.new("String", colors.primary, nil, nil)
Group.new("Title", colors.primary, nil, styles.bold)

View file

@ -40,3 +40,4 @@ toolsets
ptr
owd
iwd
autostart

Binary file not shown.

@ -1 +1 @@
Subproject commit 40108961c064241455c180b2533f64f3b196eeca
Subproject commit d7188c1aeb1c7dd03230982445b7360f5e230131

@ -1 +1 @@
Subproject commit a9b52e7d36114d40350099f254b5f299a35df978
Subproject commit 424b5caa154bff34dc258ee53cec5a8e36cf7ea8