nvim/vim: add lsp to lualine

This commit is contained in:
Marco Thomas
2023-01-11 14:37:38 +01:00
parent 48d0852763
commit e59bb0ba04
3 changed files with 47 additions and 56 deletions

View File

@@ -80,17 +80,17 @@ set-option -g set-titles-string "#H: #W"
set -g status-position top
set -g status-justify "left"
set -g status "on"
set -g message-command-style "fg=#829181,bg=#FDF6E3"
set -g message-command-style "fg=#829181,bg=#f4f0d9"
set -g pane-active-border-style "fg=#93b259"
set -g status-style "none,bg=#FDF6E3"
set -g message-style "fg=#829181,bg=#FDF6E3"
set -g status-style "none,bg=#f4f0d9"
set -g message-style "fg=#829181,bg=#f4f0d9"
set -g pane-border-style "fg=#e9e8d2"
set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "none,fg=#93b259,bg=#FDF6E3"
setw -g window-status-style "none,fg=#939f91,bg=#FDF6E3"
setw -g window-status-activity-style "none,fg=#93b259,bg=#f4f0d9"
setw -g window-status-style "none,fg=#939f91,bg=#f4f0d9"
set -g status-left ""
# show battery only on laptop
if-shell "[ `hostname` = 'itomori' ]" 'set -g status-right "#[fg=#939f91,bg=#FDF6E3] #H @ #S | #(cat /sys/class/power_supply/BAT1/capacity)% | %H:%M"' 'set -g status-right "#[fg=#939f91,bg=#FFF9E8] #H @ #S | %H:%M"'
if-shell "[ `hostname` = 'itomori' ]" 'set -g status-right "#[fg=#939f91,bg=#f4f0d9] #H @ #S | #(cat /sys/class/power_supply/BAT1/capacity)% | %H:%M"' 'set -g status-right "#[fg=#939f91,bg=#f4f0d9] #H @ #S | %H:%M"'
setw -g window-status-format "#I:#W"
setw -g window-status-current-format "#[fg=#93b259,bold]#I:#W*"