add astro to lsp settup
This commit is contained in:
parent
62af62c258
commit
688db12b72
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ return {
|
||||||
-- Enable the following language servers
|
-- Enable the following language servers
|
||||||
-- To see options and cofigurations: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
|
-- To see options and cofigurations: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
|
||||||
local servers = {
|
local servers = {
|
||||||
|
astro = {},
|
||||||
bashls = {},
|
bashls = {},
|
||||||
cssls = {},
|
cssls = {},
|
||||||
dockerls = {},
|
dockerls = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue