Hello,
I am trying to add a custom button to my dashboard using alpha-nvim to open the OpenCode chat. However, I haven't been able to make it work properly yet.
Could you provide some guidance or clarification on how to achieve this integration programmatically? Specifically, is there a Lua function exposed by the plugin (like a .toggle()) that I can call directly from my dashboard configuration?
Here is what I'm currently trying to use in my alpha-nvim setup:
dashboard.button("o", " OpenCode AI Chat", "<cmd>OpencodeToggle<cr>"),
Hello,
I am trying to add a custom button to my dashboard using alpha-nvim to open the OpenCode chat. However, I haven't been able to make it work properly yet.
Could you provide some guidance or clarification on how to achieve this integration programmatically? Specifically, is there a Lua function exposed by the plugin (like a .toggle()) that I can call directly from my dashboard configuration?
Here is what I'm currently trying to use in my alpha-nvim setup: