Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gopls/doc/editor/emacs.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Mode, this behavior can be configured using the `lsp-auto-guess-root` setting.

### Configuring `gopls` via LSP Mode

See [settings](../settings) for information about available gopls settings.
See [settings](../settings.md) for information about available gopls settings.

Stable gopls settings have corresponding configuration variables in `lsp-mode`.
For example, `(setq lsp-gopls-use-placeholders nil)` will disable placeholders
Expand Down Expand Up @@ -123,7 +123,7 @@ Eglot.

### Configuring `gopls` via Eglot

See [settings](../settings) for information about available gopls settings.
See [settings](../settings.md) for information about available gopls settings.

LSP server settings are controlled by the `eglot-workspace-configuration`
variable, which can be set either globally in `.emacs` or in a `.dir-locals.el` file in the project root.
Expand Down
2 changes: 1 addition & 1 deletion gopls/doc/editor/vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ a `go.mod` file. See the
[coc.nvim documentation](https://github.com/neoclide/coc.nvim/wiki/Using-workspaceFolders)
for more details.

Other [settings](../settings) can be added in `initializationOptions` too.
Other [settings](../settings.md) can be added in `initializationOptions` too.

The `editor.action.organizeImport` code action will auto-format code and add missing imports. To run this automatically on save, add the following line to your `init.vim`:

Expand Down
2 changes: 1 addition & 1 deletion gopls/doc/release/v0.17.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ automatic toolchain upgrades (see above).

Starting with gopls@v0.18.0, we will officially support integrating with only
the 2 most recent major versions of the `go` command. This is consistent with
the Go support policy. See [issue 69321](/issue/69321) (or [this
the Go support policy. See [issue 69321](https://go.dev/issue/69321) (or [this
comment](https://github.com/golang/go/issues/69321#issuecomment-2344996677)
specifically) for details.

Expand Down