Export Raycast settings

This commit is contained in:
Mikkel Svartveit 2023-06-13 16:20:56 +02:00
parent 98c48186f9
commit 526d195d64
2 changed files with 1 additions and 1 deletions

View file

@ -204,7 +204,7 @@ require("lazy").setup({
filetype = {
python = "python",
javascript = "node",
typescript = "node",
typescript = "ts-node --esm",
c = "gcc -o main % && ./main",
},
},

Binary file not shown.