Skip to content

Commit

Permalink
FIX: Helix editor config
Browse files Browse the repository at this point in the history
Current config no longer works/valid. See https://github.com/helix-editor/helix/blob/08c0a23b7915d4d4b5b30e6cd120fc638b5b6155/languages.toml#L99 as an example of how Helix takes LSP config these days.
  • Loading branch information
rsjethani committed Jun 27, 2023
1 parent 39163cc commit c520ab5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,8 @@ For [eglot](https://github.com/joaotavora/eglot) users:
When using the `gopls` language server, modify the Go settings in `~/.config/helix/languages.toml`:

```toml
[[language]]
name = "go"
config = { "formatting.gofumpt" = true }
[language-server.gopls.config]
"formatting.gofumpt" = true
```

#### Sublime Text
Expand Down

0 comments on commit c520ab5

Please sign in to comment.