Neovim is looking sick now

This commit is contained in:
2025-12-22 13:37:33 -06:00
parent c0ba11768a
commit 6150274903
3 changed files with 89 additions and 24 deletions

View File

@@ -36,9 +36,17 @@ return {
},
sections = {
lualine_a = {'mode'},
lualine_b = {'branch', 'diff', 'diagnostics'},
lualine_b = {
'branch',
'diff',
{
'diagnostics',
sources = { "nvim_diagnostic" },
symbols = { error = '', warn = '', info = '', hint = '' }
},
},
lualine_c = {'filename'},
lualine_x = {'encoding', 'fileformat', 'filetype'},
lualine_x = {'copilot', 'encoding', 'fileformat', 'filetype'},
lualine_y = {'progress'},
lualine_z = {'location'}
},