feat: add docker_language_server

This commit is contained in:
Matej Janezic 2025-10-11 18:55:13 +02:00
parent 1917c81067
commit 5149c12b9a
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
return {
settings = {
initializationOptions = {
telemetry = "off",
},
},
}

View File

@ -12,6 +12,7 @@ MiniDeps.later(function()
"lua_ls", "lua_ls",
"nixd", "nixd",
"nil_ls", "nil_ls",
"docker_language_server",
}) })
vim.api.nvim_create_autocmd("LspAttach", { vim.api.nvim_create_autocmd("LspAttach", {