aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/opts/lualine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/opts/lualine.lua')
-rw-r--r--lua/plugins/opts/lualine.lua16
1 files changed, 16 insertions, 0 deletions
diff --git a/lua/plugins/opts/lualine.lua b/lua/plugins/opts/lualine.lua
new file mode 100644
index 0000000..e72c632
--- /dev/null
+++ b/lua/plugins/opts/lualine.lua
@@ -0,0 +1,16 @@
+return {
+ sections = {
+ lualine_a = { "mode" },
+ lualine_b = { "branch", "diff" },
+ lualine_c = {{ "buffers", mode = 2 }},
+
+ lualine_x = {},
+ lualine_y = { "diagnostics", "progress" },
+ lualine_z = {},
+ },
+
+ options = {
+ component_separators = "",
+ section_separators = "",
+ },
+}