mirror of
https://github.com/marianozunino/nvim.git
synced 2025-10-28 11:20:41 -03:00
16 lines
250 B
Lua
16 lines
250 B
Lua
return {
|
|
settings = {},
|
|
flags = {},
|
|
filetypes = { "typescript" },
|
|
cmd = {
|
|
"/home/forbi/local/local/tsgo",
|
|
"--lsp",
|
|
"-stdio",
|
|
},
|
|
root_markers = {
|
|
"tsconfig.json",
|
|
"package.json",
|
|
"jsconfig.json",
|
|
".git",
|
|
},
|
|
}
|