trixy/fnl/plugins/lualine.fnl

12 lines
189 B
Plaintext
Raw Normal View History

2024-07-14 19:04:45 +02:00
(local lualine (require :lualine))
2024-07-20 13:18:47 +02:00
(lualine.setup
{ :options
{ :section_separators
{ :left :
:right : }
2024-07-14 19:04:45 +02:00
2024-07-20 13:18:47 +02:00
:component_separators
{ :left :
:right : }} })