Adding dockerfile and docker compose

Adding docker file and compose LSP's for work with those filetypes with podman
This commit is contained in:
2025-07-10 10:29:33 +02:00
parent 14185f2a77
commit 40ddc8351a

View File

@@ -31,6 +31,8 @@ return {
"terraformls", "terraformls",
"pylsp", "pylsp",
"bashls", "bashls",
"docker_compose_language_service",
"dockerls",
}, },
handlers = { handlers = {
function(server_name) -- default handler (optional) function(server_name) -- default handler (optional)