Add opencode
This commit is contained in:
@@ -9,7 +9,7 @@ return {
|
||||
-- configure lualine with modified theme
|
||||
lualine.setup({
|
||||
options = {
|
||||
theme = 'auto',
|
||||
theme = "auto",
|
||||
},
|
||||
sections = {
|
||||
lualine_x = {
|
||||
@@ -22,6 +22,11 @@ return {
|
||||
{ "fileformat" },
|
||||
{ "filetype" },
|
||||
},
|
||||
lualine_z = {
|
||||
{
|
||||
require("opencode").statusline,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user