update zellij layout and fix whichkey

- alacritty: add cursor style
- nvim: fix which-key, add colorizer, add debugger, update plugins
- zellij: revamp layouts
- starship: change prompt

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2024-07-17 23:56:15 +05:30
parent 567d248572
commit 9f298d08da
11 changed files with 122 additions and 204 deletions
+4
View File
@@ -91,3 +91,7 @@ color = "#3ddbd9"
[[colors.indexed_colors]]
index = 17
color = "#ff7eb6"
[cursor]
style = { shape = "Underline", blinking = "On" }
vi_mode_style = { shape = "Block", blinking = "Off" }