dots/vim/.config/nvim/lsp/astro.lua
2026-03-10 17:05:31 +00:00

10 lines
254 B
Lua

return {
cmd = { 'astro-ls', '--stdio' },
filetypes = { 'astro' },
root_markers = { 'package.json', 'tsconfig.json', 'jsconfig.json', '.git', '.jj' },
init_options = {
typescript = {
tsdk = "./node_modules/typescript/lib"
},
},
}