chore(readme): address the most common issue
there's been several issues related to not installed deps: #124, #111, #108, and more
This commit is contained in:
parent
0b2c26ebbb
commit
f4809cd2ec
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -8,6 +8,13 @@ It's **NOT** an LSP tool, the goal of this plugin is to add go tooling support i
|
||||||
|
|
||||||
> All development of new and maybe undocumented, and unstable features is happening on [develop](https://github.com/olexsmir/gopher.nvim/tree/develop) branch.
|
> All development of new and maybe undocumented, and unstable features is happening on [develop](https://github.com/olexsmir/gopher.nvim/tree/develop) branch.
|
||||||
|
|
||||||
|
## Table of content
|
||||||
|
* [How to install](#install-using-lazynvim)
|
||||||
|
* [Features](#features)
|
||||||
|
* [Configuration](#configuration)
|
||||||
|
* [Troubleshooting](#troubleshooting)
|
||||||
|
* [Contributing](#contributing)
|
||||||
|
|
||||||
## Install (using [lazy.nvim](https://github.com/folke/lazy.nvim))
|
## Install (using [lazy.nvim](https://github.com/folke/lazy.nvim))
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
@ -234,6 +241,13 @@ require("gopher").setup {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
The most common issue with the plugin is missing dependencies.
|
||||||
|
Run `:checkhealth gopher` to verify that the plugin is installed correctly.
|
||||||
|
If any binaries are missing, install them using `:GoInstallDeps`.
|
||||||
|
|
||||||
|
If the issue persists, feel free to [open a new issue](https://github.com/olexsmir/gopher.nvim/issues/new).
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
PRs are always welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md)
|
PRs are always welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue