Update lualine config

Add more things to it. make it look even nicer
This commit is contained in:
Robert Morrison 2022-07-15 06:48:41 +01:00
parent 7374a4d910
commit 9425ad853e
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -9,9 +9,9 @@ require('lualine').setup {
globalstatus = true, globalstatus = true,
}, },
sections = { sections = {
lualine_a = {'mode'}, lualine_a = {'mode','spell_status'},
lualine_b = {'branch', 'diff', 'diagnostics'}, lualine_b = {'branch', 'diff', 'diagnostics'},
lualine_c = {'filename'}, lualine_c = {'filename','lsp_progess'},
lualine_x = {'encoding', 'fileformat', 'filetype'}, lualine_x = {'encoding', 'fileformat', 'filetype'},
lualine_y = {'progress'}, lualine_y = {'progress'},
lualine_z = {'location'} lualine_z = {'location'}
@ -25,5 +25,7 @@ require('lualine').setup {
lualine_z = {} lualine_z = {}
}, },
tabline = {}, tabline = {},
extensions = {} extensions = {'chadtree'}
} }