Added incline plugin

This commit is contained in:
2024-09-22 22:28:31 +02:00
parent e9641ca065
commit 160030bb24
2 changed files with 77 additions and 2 deletions

View File

@@ -284,8 +284,10 @@ return {
sections = {
lualine_a = { mode },
lualine_b = { filename, branch },
lualine_c = { diagnostics, sep, harpoon },
lualine_x = { copilot, diff, fileformat, lazy, mason },
-- lualine_c = { diagnostics, sep, harpoon },
lualine_c = { sep, harpoon },
-- lualine_x = { copilot, diff, fileformat, lazy, mason },
lualine_x = { copilot, fileformat, lazy, mason },
lualine_y = { buffers, filetype, progress },
lualine_z = { location },
},