all repos

gopher.nvim @ f4809cd2ecfdf4d7b37e44643c99c58aa327a390

Minimalistic plugin for Go development
1 files changed, 14 insertions(+), 0 deletions(-)
chore(readme): address the most common issue

there's been several issues related to not installed deps: #124, #111,
#108, and more
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-09-16 15:14:17 +0300
Change ID: vqpruztqtstyxwyoupwzmqrwkqxzwprl
Parent: 0b2c26e
M README.md

@@ -8,6 +8,13 @@ It's **NOT** an LSP tool, the goal of this plugin is to add go tooling support in Neovim.

> 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:

@@ -233,6 +240,13 @@ message = nil,

}, } ``` + +## 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