feat: new config with everything manually installed
This commit is contained in:
5
lsp/astro.lua
Normal file
5
lsp/astro.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'astro-ls', '--stdio' },
|
||||
filetypes = { 'astro' },
|
||||
root_markers = { '.git', 'astro.config.mjs', 'astro.config.js', 'astro.config.ts' },
|
||||
}
|
||||
Reference in New Issue
Block a user