From 4993aec570a68b60ad85d62ac8a28a926c5098d9 Mon Sep 17 00:00:00 2001 From: Smirnov Olexander Date: Fri, 3 Jun 2022 13:34:59 +0300 Subject: [PATCH] add thanks section to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8e6dbcb..977d43a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Pre-dependency: [go](https://github.com/golang/go) (tested on 1.17 and 1.18) use { "olexsmir/gopher.nvim", requires = { + "nvim-lua/plenary.nvim", -- dependencie "nvim-treesitter/nvim-treesitter", -- dependencie }, } @@ -31,3 +32,6 @@ require"gopher".install_deps() require"gopher".tags_add("json") -- add json tag require"gopher".tags_rm("json") -- remove json tag ``` + +## Thanks: +- [go.nvim](https://github.com/ray-x/go.nvim)