mirror of
https://github.com/marianozunino/nvim.git
synced 2025-10-28 19:30:41 -03:00
dev: automated commit - 2025-06-30 13:03:02
This commit is contained in:
parent
249a24b851
commit
979a043670
8 changed files with 420 additions and 174 deletions
16
lsp/tsgo.lua
Normal file
16
lsp/tsgo.lua
Normal 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",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue