Files
nvim-config/lsp/astro.lua

6 lines
166 B
Lua

return {
cmd = { 'astro-ls', '--stdio' },
filetypes = { 'astro' },
root_markers = { '.git', 'astro.config.mjs', 'astro.config.js', 'astro.config.ts' },
}