astro files

This commit is contained in:
Ray Elliott 2022-09-20 19:06:37 +01:00
commit 0eb551ebb2
4 changed files with 6 additions and 1 deletions

View file

@ -11,7 +11,9 @@ local nvim_lsp = require('lspconfig')
-- Use a loop to conveniently call 'setup' on multiple servers and
-- map buffer local keybindings when the language server attaches
local servers = {
-- npm i -g bash-language-server
-- astro
-- npm install -g @astrojs/language-server
'astro', -- npm i -g bash-language-server
-- no formatting support
'bashls', -- npm i -g vscode-langservers-extracted
-- no formatting support