···8899> All development of new and maybe undocumented, and unstable features is happening on [develop](https://github.com/olexsmir/gopher.nvim/tree/develop) branch.
10101111+## Table of content
1212+* [How to install](#install-using-lazynvim)
1313+* [Features](#features)
1414+* [Configuration](#configuration)
1515+* [Troubleshooting](#troubleshooting)
1616+* [Contributing](#contributing)
1717+1118## Install (using [lazy.nvim](https://github.com/folke/lazy.nvim))
12191320Requirements:
···233240 },
234241}
235242```
243243+244244+## Troubleshooting
245245+The most common issue with the plugin is missing dependencies.
246246+Run `:checkhealth gopher` to verify that the plugin is installed correctly.
247247+If any binaries are missing, install them using `:GoInstallDeps`.
248248+249249+If the issue persists, feel free to [open a new issue](https://github.com/olexsmir/gopher.nvim/issues/new).
236250237251## Contributing
238252