add astro to lsp settup

This commit is contained in:
Alexander Navarro 2023-11-04 21:48:37 -03:00
parent 62af62c258
commit 688db12b72

View file

@ -49,6 +49,7 @@ return {
-- Enable the following language servers
-- To see options and cofigurations: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
local servers = {
astro = {},
bashls = {},
cssls = {},
dockerls = {},