Clean up statusline a little

master
Drake 3 years ago
parent e83f66d837
commit 8fc2e2e552

@ -50,17 +50,17 @@ require('lualine').setup {
options = { options = {
icons_enabled = true, icons_enabled = true,
theme = 'sonokai', theme = 'sonokai',
component_separators = {'', ''}, component_separators = {left = '', right = ''},
section_separators = {'', ''}, section_separators = {left = '', right = ''},
disabled_filetypes = {} disabled_filetypes = {}
}, },
sections = { sections = {
lualine_a = {'mode'}, lualine_a = {'mode'},
lualine_b = {'branch'}, lualine_b = {'branch'},
lualine_c = {'filename', { gps.get_location, condition = gps.is_available }}, lualine_c = {'filename', { gps.get_location, condition = gps.is_available }},
lualine_x = {'fileformat', 'filetype'}, lualine_x = {'fileformat'},
lualine_y = {'progress'}, lualine_y = {'diff'},
lualine_z = {'location'} lualine_z = {'filetype'}
}, },
inactive_sections = { inactive_sections = {
lualine_a = {}, lualine_a = {},

Loading…
Cancel
Save