Centering file title #451
Replies: 2 comments 5 replies
-
Try -lualine_c = { {'filename', file_status = true} },
+lualine_c = { '%=', {'filename', file_status = true} }, |
Beta Was this translation helpful? Give feedback.
-
is this correct? for the diagnostics part... no diagnostics showing up
This commonly occurs when you forget to pass table with option for component. lualine_c = {
{'diagnostics',
sources = {'nvim'},
}
}
lualinenotice Notice the inner extra {} surrounding the component and it's options. Unrecognized componentOnly functions, strings and tables can be used as component. always_visible = true, This commonly occurs when you forget to pass table with option for component. lualine_c = {
{'diagnostics',
sources = {'nvim'},
}
} Notice the inner extra {} surrounding the component and it's options.
|
Beta Was this translation helpful? Give feedback.
-
I am trying to center my file title in the middle. how do i achieve that?
CODE:
Beta Was this translation helpful? Give feedback.
All reactions