This commit is contained in:
talksik
2023-10-31 09:14:03 -07:00
parent 7892f8cda2
commit 9254d69403
2 changed files with 14 additions and 3 deletions
+12 -2
View File
@@ -1,7 +1,7 @@
require('lualine').setup {
options = {
icons_enabled = true,
theme = 'material',
theme = 'codedark',
},
sections = {
lualine_a = {
@@ -19,13 +19,23 @@ require('lualine').setup {
{
'diff'
},
{
'diagnostics'
},
},
-- lualine_x = {
-- },
-- lualine_y = {
-- },
lualine_z = {
'filesize'
{
'datetime',
-- options: default, us, uk, iso, or your own format string ("%H:%M", etc..)
style = '%H:%M:%S',
},
{
'filesize'
}
}
}
}