This commit is contained in:
Christian Nieves
2023-11-27 21:46:06 +00:00
parent c3dc001d93
commit 8337829f4d
2 changed files with 10 additions and 1 deletions

View File

@ -60,8 +60,15 @@ return {
sections = {
lualine_a = { "mode" },
lualine_b = { "branch", "diff", getCitc, isCiderLspAttached },
lualine_c = { getLightbulb, "filename" },
lualine_c = {
getLightbulb,
{
"filename",
path = 1, -- 0 = just filename, 1 = relative path, 2 = absolute path
},
},
lualine_x = {
"",
"aerial",
{
"diagnostics",