mirror of
https://github.com/macocianradu/setup.git
synced 2026-07-16 10:38:46 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90bb5ef21a |
@@ -36,15 +36,13 @@ require("lazy").setup({
|
|||||||
opts = {
|
opts = {
|
||||||
boot = {
|
boot = {
|
||||||
tidal = {
|
tidal = {
|
||||||
cmd = os.getenv("HOME") .. "/.ghcup/bin/ghci",
|
cmd = "/usr/bin/ghci",
|
||||||
|
file = "/usr/share/haskell-tidal/BootTidal.hs",
|
||||||
highlight = {
|
highlight = {
|
||||||
autostart = true,
|
autostart = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
sclang = {
|
sclang = { enabled = true },
|
||||||
enabled = true ,
|
|
||||||
file = os.getenv("HOME") .. "/.local/share/tidal/BootSuperDirt.scd",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- Recommended: Install TreeSitter parsers for Haskell and SuperCollider
|
-- Recommended: Install TreeSitter parsers for Haskell and SuperCollider
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
*%.git*
|
*%.git*
|
||||||
.config/nvim/lazy-lock.json
|
|
||||||
|
|||||||
Reference in New Issue
Block a user