update: add docker language server to init.lua

docker Language Server to support docker compose etc.
This commit is contained in:
Pascal Popp 2024-07-31 10:57:54 +02:00
parent f99c87f32d
commit a43c89f3ca
1 changed files with 1 additions and 0 deletions

View File

@ -576,6 +576,7 @@ require('lazy').setup({
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = {
clangd = {},
dockerls = {},
-- gopls = {},
pyright = {},
-- rust_analyzer = {},