[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang

add thanks section to readme

Changed files
+4
+4
README.md
··· 11 11 use { 12 12 "olexsmir/gopher.nvim", 13 13 requires = { 14 + "nvim-lua/plenary.nvim", -- dependencie 14 15 "nvim-treesitter/nvim-treesitter", -- dependencie 15 16 }, 16 17 } ··· 31 32 require"gopher".tags_add("json") -- add json tag 32 33 require"gopher".tags_rm("json") -- remove json tag 33 34 ``` 35 + 36 + ## Thanks: 37 + - [go.nvim](https://github.com/ray-x/go.nvim)