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