From 688db12b72967520e405a1f89bf032cd4451521d Mon Sep 17 00:00:00 2001 From: aleidk Date: Sat, 4 Nov 2023 21:48:37 -0300 Subject: [PATCH] add astro to lsp settup --- config/nvim/lua/aleidk/plugins/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nvim/lua/aleidk/plugins/lsp.lua b/config/nvim/lua/aleidk/plugins/lsp.lua index 10e0e24..495e7b1 100644 --- a/config/nvim/lua/aleidk/plugins/lsp.lua +++ b/config/nvim/lua/aleidk/plugins/lsp.lua @@ -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 = {},