From ae487e0ee6e2b29908ec7df5807120556f6410cf Mon Sep 17 00:00:00 2001
From: aktersnurra <grydholm@kth.se>
Date: Sun, 10 Apr 2022 23:36:05 +0200
Subject: fix(lualine): change table type

---
 fnl/config/lualine.fnl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'fnl')

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" ]
     }
-- 
cgit v1.2.3-70-g09d2