From 677219b10aa6894d9c922588d24432a3708be0bd Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Sun, 3 Mar 2024 21:35:23 +0200 Subject: [PATCH] again some updating --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70406f6..61b44e7 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Minimalistic plugin for Go development in Neovim written in Lua. It's **NOT** an LSP tool, the main goal of this plugin is to add go tooling support in Neovim. -## Install (using [lazy.nvim](https://github.com/folke/lazy.nvim) +## Install (using [lazy.nvim](https://github.com/folke/lazy.nvim)) Pre-dependency: -- [go](https://github.com/golang/go) (tested on 1.17 and 1.18) -- Go treesitter parser, install by `:TSInstall go` +- [Go](https://github.com/golang/go) +- `go` treesitter parser, install by `:TSInstall go` ```lua { @@ -186,7 +186,7 @@ require("gopher").setup { :GoImpl r Read io.Reader :GoImpl Write io.Writer - " or you can put a cursor on the struct and run + " or you can simply put a cursor on the struct and run :GoImpl io.Reader ```