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 = {
|
||||
boot = {
|
||||
tidal = {
|
||||
cmd = os.getenv("HOME") .. "/.ghcup/bin/ghci",
|
||||
cmd = "/usr/bin/ghci",
|
||||
file = "/usr/share/haskell-tidal/BootTidal.hs",
|
||||
highlight = {
|
||||
autostart = true,
|
||||
},
|
||||
},
|
||||
sclang = {
|
||||
enabled = true ,
|
||||
file = os.getenv("HOME") .. "/.local/share/tidal/BootSuperDirt.scd",
|
||||
},
|
||||
sclang = { enabled = true },
|
||||
},
|
||||
},
|
||||
-- Recommended: Install TreeSitter parsers for Haskell and SuperCollider
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
*%.git*
|
||||
.config/nvim/lazy-lock.json
|
||||
|
||||
Reference in New Issue
Block a user