improve noice config

This commit is contained in:
ant 2023-08-17 20:45:45 +02:00
parent 1c0761116f
commit 12264fa70a
3 changed files with 33 additions and 9 deletions

View file

@ -21,7 +21,7 @@ local opts = {
lualine_a = { 'mode' },
lualine_b = { 'branch', 'diff' },
lualine_c = { 'filename' },
lualine_x = { 'lsp_progress', 'diagnostics', 'filetype' },
lualine_x = { 'diagnostics', 'filetype' },
lualine_y = { 'progress' },
lualine_z = { 'location' }
},