mirror of
https://github.com/macocianradu/setup.git
synced 2026-07-16 10:38:46 +00:00
added strudel and openrouter
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user