add docker and docker-compose lsp
This commit is contained in:
parent
fb0b0eb9ab
commit
1a7bee8041
4
init.lua
4
init.lua
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue