From a43c89f3cae2d78dc6055b5a44aee392b5331ad9 Mon Sep 17 00:00:00 2001 From: Pascal Popp Date: Wed, 31 Jul 2024 10:57:54 +0200 Subject: [PATCH] update: add docker language server to init.lua docker Language Server to support docker compose etc. --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 0ecb3952..9c437b37 100644 --- a/init.lua +++ b/init.lua @@ -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 = {},