mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
10 lines
247 B
Lua
10 lines
247 B
Lua
return {
|
|
cmd = { 'astro-ls', '--stdio' },
|
|
filetypes = { 'astro' },
|
|
root_markers = { 'package.json', 'tsconfig.json', 'jsconfig.json', '.git' },
|
|
init_options = {
|
|
typescript = {
|
|
tsdk = "./node_modules/typescript/lib"
|
|
},
|
|
},
|
|
}
|