From 5a1c3632425a5d8b30c1505e863178d3f3a5e2a9 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sun, 2 Mar 2025 16:30:21 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04f44c2..a6f59db 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It's **NOT** an LSP tool, the main goal of this plugin is to add go tooling supp Requirements: - **Neovim 0.10** or later -- `go` treesitter parser, install by `:TSInstall go` +- Treesitter `go` parser(`:TSInstall go`) - [Go](https://github.com/golang/go) installed (tested on 1.23) ```lua