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