mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
10 lines
429 B
Fennel
10 lines
429 B
Fennel
(local lline (require :lualine))
|
|
|
|
(lline.setup {:options {:theme :catppuccin}
|
|
:sections {:lualine_b [:filename :diff]
|
|
:lualine_c [:diagnostics]}
|
|
:tabline {:lualine_a [{1 :tabs
|
|
;; show file name
|
|
:mode 1}]
|
|
:lualine_x [:searchcount]
|
|
:lualine_y [:branch]}})
|