added strudel and openrouter

This commit is contained in:
Radu Macocian (admac)
2026-04-08 08:53:51 +02:00
parent b50036c413
commit 40bcb42ee0
3 changed files with 51 additions and 6 deletions
+8 -1
View File
@@ -31,6 +31,13 @@ require("lazy").setup({
{
'shaunsingh/nord.nvim'
},
{
"gruvw/strudel.nvim",
build = "npm ci",
config = function()
require("strudel").setup()
end,
},
{
"thgrund/tidal.nvim",
opts = {
@@ -42,7 +49,7 @@ require("lazy").setup({
},
},
sclang = {
enabled = true ,
enabled = true,
file = os.getenv("HOME") .. "/.local/share/tidal/BootSuperDirt.scd",
},
},