Tweak lualine
This commit is contained in:
@@ -13,18 +13,14 @@ return {
|
|||||||
options = {
|
options = {
|
||||||
theme = "onedark",
|
theme = "onedark",
|
||||||
disabled_filetypes = {
|
disabled_filetypes = {
|
||||||
statusline = { "trouble" },
|
statusline = { "trouble", "qf" },
|
||||||
},
|
},
|
||||||
section_separators = "",
|
section_separators = "",
|
||||||
component_separators = "",
|
component_separators = "",
|
||||||
|
globalstatus = true,
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_x = {
|
lualine_x = {
|
||||||
{
|
|
||||||
lazy_status.updates,
|
|
||||||
cond = lazy_status.has_updates,
|
|
||||||
color = { fg = "#ff9e64" },
|
|
||||||
},
|
|
||||||
{ "encoding" },
|
{ "encoding" },
|
||||||
{ "fileformat" },
|
{ "fileformat" },
|
||||||
{ "filetype" },
|
{ "filetype" },
|
||||||
|
|||||||
Reference in New Issue
Block a user