We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1860184 commit 97478f0Copy full SHA for 97478f0
init.lua
@@ -570,7 +570,7 @@ require('lazy').setup({
570
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
571
local servers = {
572
-- clangd = {},
573
- -- gopls = {},
+ gopls = {},
574
-- pyright = {},
575
-- rust_analyzer = {},
576
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
@@ -580,7 +580,7 @@ require('lazy').setup({
580
--
581
-- But for many setups, the LSP (`tsserver`) will work just fine
582
-- tsserver = {},
583
- --
+ docker_compose_language_service = {},
584
585
lua_ls = {
586
-- cmd = {...},
0 commit comments