Skip to content

Commit 83c82b7

Browse files
README: add Eglot (Emacs) instructions
1 parent 4e57a27 commit 83c82b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,13 @@ For [lsp-mode](https://emacs-lsp.github.io/lsp-mode/) users:
526526
'(("gopls.gofumpt" t)))
527527
```
528528

529+
For [eglot](https://github.com/joaotavora/eglot) users:
530+
531+
```elisp
532+
(setq-default eglot-workspace-configuration
533+
'((:gopls . ((gofumpt . t)))))
534+
```
535+
529536
#### Sublime Text
530537

531538
With ST4, install the Sublime Text LSP extension according to [the documentation](https://github.com/sublimelsp/LSP),

0 commit comments

Comments
 (0)