dev: automated commit - 2025-06-30 13:03:02

This commit is contained in:
Mariano Z. 2025-06-30 13:03:02 -03:00
parent 249a24b851
commit 979a043670
8 changed files with 420 additions and 174 deletions

16
lsp/tsgo.lua Normal file
View file

@ -0,0 +1,16 @@
return {
settings = {},
flags = {},
filetypes = { "typescript" },
cmd = {
"/home/forbi/local/local/tsgo",
"--lsp",
"-stdio",
},
root_markers = {
"tsconfig.json",
"package.json",
"jsconfig.json",
".git",
},
}