diff options
author | aktersnurra <grydholm@kth.se> | 2022-04-10 23:36:05 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-04-10 23:36:05 +0200 |
commit | ae487e0ee6e2b29908ec7df5807120556f6410cf (patch) | |
tree | 921d17f0e501d9d8283a5681abe2f2cc49f5dfd3 /fnl/config | |
parent | 9919722bd4f7ecb0d4507322c3321d0ca56b2e8d (diff) |
fix(lualine): change table type
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/lualine.fnl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fnl/config/lualine.fnl b/fnl/config/lualine.fnl index 8f12049..68f2f4f 100644 --- a/fnl/config/lualine.fnl +++ b/fnl/config/lualine.fnl @@ -42,9 +42,9 @@ } :sections { :lualine_a [ "mode" ] - :lualine_b { 1 branch 2 "filename" } - :lualine_c { 1 diff } - :lualine_x { 1 diagnostics 2 filetype } + :lualine_b [ branch "filename" ] + :lualine_c [ diff ] + :lualine_x [ diagnostics filetype ] :lualine_y {} :lualine_z [ "location" "progress" "encoding" ] } |