Compare commits

..

2 Commits

Author SHA1 Message Date
Radu Macocian (admac) 1ff5b544f1 Fixed angular lsp 2026-03-27 16:53:21 +01:00
Radu Macocian (admac) b50036c413 Removed lazy lock from version control 2026-03-26 13:52:27 +01:00
2 changed files with 6 additions and 3 deletions
+5 -3
View File
@@ -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
View File
@@ -1 +1,2 @@
*%.git* *%.git*
.config/nvim/lazy-lock.json