feat: some qol changes

This commit is contained in:
2026-07-25 10:34:02 +02:00
parent d3e2ea602e
commit 89ed1b189e
5 changed files with 11 additions and 18 deletions

View File

@@ -34,8 +34,8 @@ local options = {
sections = {
lualine_a = { "mode" },
lualine_b = { "branch", "diff" },
lualine_c = { "filename" },
lualine_x = { "diagnostics", "filetype", "encoding", "fileformat" },
lualine_c = { "filename", "diagnostics" },
lualine_x = { "searchcount", "filetype", "encoding", "fileformat" },
lualine_y = { "progress" },
lualine_z = { "location" },
},