add docker and docker-compose lsp

This commit is contained in:
Gilad Sher 2024-06-11 15:41:33 -04:00
parent fb0b0eb9ab
commit 1a7bee8041
1 changed files with 3 additions and 1 deletions

View File

@ -546,8 +546,10 @@ require('lazy').setup {
local servers = {
-- clangd = {},
gopls = {},
-- pyright = {},
pyright = {},
rust_analyzer = {},
docker_compose_language_service = {},
dockerls = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--
-- Some languages (like typescript) have entire language plugins that can be useful: