mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
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:
@@ -1,12 +1,20 @@
|
||||
layout {
|
||||
pane split_direction="horizontal"{
|
||||
pane command="nvim" focus=true name="Editor" size="75%" {
|
||||
args "."
|
||||
pane split_direction="horizontal" {
|
||||
pane {
|
||||
edit "."
|
||||
focus true
|
||||
name "Editor"
|
||||
size "75%"
|
||||
borderless true
|
||||
}
|
||||
pane {
|
||||
size "25%"
|
||||
}
|
||||
pane name="Terminal"
|
||||
}
|
||||
|
||||
pane size=1 borderless=true {
|
||||
pane {
|
||||
plugin location="zellij:compact-bar"
|
||||
borderless true
|
||||
size 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user