Closed melMass closed 6 hours ago
show your chadrc, and how did you setup the plugin?
This is my full config, everything works besides editing ui.statusline
return {
base46 = {
integrations = {},
theme = 'onedark', -- kanagawa
theme_toggle = { 'onedark', 'one_light' },
},
ui = {
statusline = {
-- theme = 'vscode_colored', -- default/vscode/vscode_colored/minimal
-- order = { 'mode', 'f', '%=', 'lsp_msg' },
},
tabufline = {
order = { 'treeOffset', 'buffers', 'tabs', 'btns', 'abc' },
modules = {
abc = function()
return 'hi'
end,
},
},
},
}
remove "f" there, it doesnt exist in your modules table
also for the tabufline, that was just an example i gave in the docs, you dont need to add in your config unless you use it
Hi,
I just installed ui in a non chad config, really nice move!
I'm trying to go all in and replace lualine with ui's status line but I'm facing an error whenever I change its value,
Changing
ui.statusline.order
to any value throws this error, which seems to be related to how NoiceUI hooks to notify, everything else seems to work fine: