From 8fc2e2e552c67dc1e01248d957f48daca77e6e71 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Mon, 15 Nov 2021 20:16:04 -0500 Subject: [PATCH] Clean up statusline a little --- lua/plugins.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 8758257..629ecab 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -50,17 +50,17 @@ require('lualine').setup { options = { icons_enabled = true, theme = 'sonokai', - component_separators = {'', ''}, - section_separators = {'', ''}, + component_separators = {left = '', right = ''}, + section_separators = {left = '', right = ''}, disabled_filetypes = {} }, sections = { lualine_a = {'mode'}, lualine_b = {'branch'}, lualine_c = {'filename', { gps.get_location, condition = gps.is_available }}, - lualine_x = {'fileformat', 'filetype'}, - lualine_y = {'progress'}, - lualine_z = {'location'} + lualine_x = {'fileformat'}, + lualine_y = {'diff'}, + lualine_z = {'filetype'} }, inactive_sections = { lualine_a = {},