add thanks section to readme
This commit is contained in:
parent
b4c7f8712c
commit
4993aec570
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ Pre-dependency: [go](https://github.com/golang/go) (tested on 1.17 and 1.18)
|
||||||
use {
|
use {
|
||||||
"olexsmir/gopher.nvim",
|
"olexsmir/gopher.nvim",
|
||||||
requires = {
|
requires = {
|
||||||
|
"nvim-lua/plenary.nvim", -- dependencie
|
||||||
"nvim-treesitter/nvim-treesitter", -- 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_add("json") -- add json tag
|
||||||
require"gopher".tags_rm("json") -- remove json tag
|
require"gopher".tags_rm("json") -- remove json tag
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Thanks:
|
||||||
|
- [go.nvim](https://github.com/ray-x/go.nvim)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue