Updates neovim config

This commit is contained in:
Dennis Schoepf 2025-04-02 19:47:39 +02:00
parent ac3dbbf3ad
commit b31e1146c7
6 changed files with 48 additions and 26 deletions

View file

@ -10,11 +10,11 @@ return {
winbar = {},
sections = {
lualine_a = { "mode" },
lualine_b = { { "filename", path = 3, color = { gui = "italic" } } },
lualine_c = {},
lualine_x = { "diagnostics", "diff" },
lualine_y = { "branch" },
lualine_z = { "location", "encoding" },
lualine_b = { "branch" },
lualine_c = { "diff" },
lualine_x = { "diagnostics" },
lualine_y = { "location" },
lualine_z = { "filetype" },
},
},
}