add gopls and docker_compose_language_service lsps

This commit is contained in:
jl54 2024-08-09 22:05:30 +02:00
parent 1860184830
commit 97478f0fd1

View File

@ -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 = {...},