Add opencode

This commit is contained in:
Valeriy Filippov
2026-03-11 18:50:00 +03:00
parent 59c0722f25
commit 32a5c2deb8
7 changed files with 89 additions and 58 deletions

View File

@@ -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,