Skip to content

Commit 97478f0

Browse files
committed
add gopls and docker_compose_language_service lsps
1 parent 1860184 commit 97478f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ require('lazy').setup({
570570
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
571571
local servers = {
572572
-- clangd = {},
573-
-- gopls = {},
573+
gopls = {},
574574
-- pyright = {},
575575
-- rust_analyzer = {},
576576
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
@@ -580,7 +580,7 @@ require('lazy').setup({
580580
--
581581
-- But for many setups, the LSP (`tsserver`) will work just fine
582582
-- tsserver = {},
583-
--
583+
docker_compose_language_service = {},
584584

585585
lua_ls = {
586586
-- cmd = {...},

0 commit comments

Comments
 (0)