dots/vim/.config/nvim/lsp/astro.lua
2025-07-30 11:58:47 -06:00

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"
},
},
}