mirror of
https://github.com/macocianradu/setup.git
synced 2026-07-16 10:38:46 +00:00
Removed lazy lock from version control
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user