[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang

chore(readme): address the most common issue

there's been several issues related to not installed deps: #124, #111,
#108, and more

olexsmir.xyz f4809cd2 0b2c26eb

verified
Changed files
+14
+14
README.md
··· 8 8 9 9 > All development of new and maybe undocumented, and unstable features is happening on [develop](https://github.com/olexsmir/gopher.nvim/tree/develop) branch. 10 10 11 + ## Table of content 12 + * [How to install](#install-using-lazynvim) 13 + * [Features](#features) 14 + * [Configuration](#configuration) 15 + * [Troubleshooting](#troubleshooting) 16 + * [Contributing](#contributing) 17 + 11 18 ## Install (using [lazy.nvim](https://github.com/folke/lazy.nvim)) 12 19 13 20 Requirements: ··· 233 240 }, 234 241 } 235 242 ``` 243 + 244 + ## Troubleshooting 245 + The most common issue with the plugin is missing dependencies. 246 + Run `:checkhealth gopher` to verify that the plugin is installed correctly. 247 + If any binaries are missing, install them using `:GoInstallDeps`. 248 + 249 + If the issue persists, feel free to [open a new issue](https://github.com/olexsmir/gopher.nvim/issues/new). 236 250 237 251 ## Contributing 238 252