astro files
This commit is contained in:
parent
6bd40aeeeb
commit
0eb551ebb2
4 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue