From f4809cd2ecfdf4d7b37e44643c99c58aa327a390 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Mon, 15 Sep 2025 21:07:21 +0300 Subject: [PATCH] chore(readme): address the most common issue there's been several issues related to not installed deps: #124, #111, #108, and more --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 273ae89..f5e53da 100644 --- a/README.md +++ b/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. +## 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)) 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 PRs are always welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md)