Removed lazy lock from version control

This commit is contained in:
Radu Macocian (admac)
2026-03-26 09:48:36 +01:00
parent 50abf4dd9e
commit b50036c413
3 changed files with 6 additions and 46 deletions
+5 -3
View File
@@ -36,13 +36,15 @@ require("lazy").setup({
opts = {
boot = {
tidal = {
cmd = "/usr/bin/ghci",
file = "/usr/share/haskell-tidal/BootTidal.hs",
cmd = os.getenv("HOME") .. "/.ghcup/bin/ghci",
highlight = {
autostart = true,
},
},
sclang = { enabled = true },
sclang = {
enabled = true ,
file = os.getenv("HOME") .. "/.local/share/tidal/BootSuperDirt.scd",
},
},
},
-- Recommended: Install TreeSitter parsers for Haskell and SuperCollider