[[gopls]]で[[gofumptを使用 (gopls)|gofumptを使用]]するときと同様の設定を行う。 ```lua lspconfig.gopls.setup({ settings = { gopls = { gofumpt = true, }, }, }) ``` `"textDocument/formatting"`の処理はちゃんとしておくこと。