all repos

gopher.nvim @ 4993aec

Minimalistic plugin for Go development
1 files changed, 4 insertions(+), 0 deletions(-)
add thanks section to readme
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-03 13:34:59 +0300
Parent: b4c7f87
M README.md

@@ -11,6 +11,7 @@ ```lua

use { "olexsmir/gopher.nvim", requires = { + "nvim-lua/plenary.nvim", -- dependencie "nvim-treesitter/nvim-treesitter", -- dependencie }, }

@@ -31,3 +32,6 @@ ```lua

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)