Skip to content

Commit

Permalink
README: add Eglot (Emacs) instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbaillie committed Dec 16, 2021
1 parent 4e57a27 commit 83c82b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,13 @@ For [lsp-mode](https://emacs-lsp.github.io/lsp-mode/) users:
'(("gopls.gofumpt" t)))
```

For [eglot](https://github.com/joaotavora/eglot) users:

```elisp
(setq-default eglot-workspace-configuration
'((:gopls . ((gofumpt . t)))))
```

#### Sublime Text

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

0 comments on commit 83c82b7

Please sign in to comment.