diff --git a/init.lua b/init.lua index 220d3045..56a131d8 100644 --- a/init.lua +++ b/init.lua @@ -570,7 +570,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 = {}, - -- gopls = {}, + gopls = {}, -- pyright = {}, -- rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs @@ -580,7 +580,7 @@ require('lazy').setup({ -- -- But for many setups, the LSP (`tsserver`) will work just fine -- tsserver = {}, - -- + docker_compose_language_service = {}, lua_ls = { -- cmd = {...},