From 97478f0fd143c05bee0db42cf499e86001b6212c Mon Sep 17 00:00:00 2001 From: jl54 Date: Fri, 9 Aug 2024 22:05:30 +0200 Subject: [PATCH] add gopls and docker_compose_language_service lsps --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {...},