feat(lualine): "codedark" theme & remove time
This commit is contained in:
parent
656580f836
commit
287a1ca3fd
10
lua/plugins/UI.lua
Normal file
10
lua/plugins/UI.lua
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
{
|
||||||
|
"nvim-lualine/lualine.nvim",
|
||||||
|
opts = function(_, opts)
|
||||||
|
opts.options.theme = "codedark"
|
||||||
|
opts.sections.lualine_y = { "fileformat", "encoding" }
|
||||||
|
opts.sections.lualine_z = { "progress", "location" }
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user