chore: mention repo mirrors on other forges
This commit is contained in:
parent
906e340b4f
commit
f599e75963
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -23,14 +23,19 @@ Requirements:
|
||||||
- Treesitter parser for `go`(`:TSInstall go` if you use [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter))
|
- Treesitter parser for `go`(`:TSInstall go` if you use [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter))
|
||||||
- [Go](https://github.com/golang/go) installed
|
- [Go](https://github.com/golang/go) installed
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> If you prefer using other forges, this repository is also mirrored at:
|
||||||
|
> - [tangled.org](https://tangled.org): [`https://tangled.org/olexsmir.xyz/gopher.nvim`](https://tangled.org/olexsmir.xyz/gopher.nvim)
|
||||||
|
> - [codeberg.org](https://codeberg.org): [`https://codeberg.org/olexsmir/gopher.nvim`](https://codeberg.org/olexsmir/gopher.nvim)
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
-- NOTE: the plugin is already lazy-loaded
|
-- NOTE: this plugin is already lazy-loaded and adds only about 1ms
|
||||||
-- it adds ~1ms to startup time
|
-- of load time to your config
|
||||||
{
|
{
|
||||||
"olexsmir/gopher.nvim",
|
"olexsmir/gopher.nvim",
|
||||||
ft = "go",
|
ft = "go",
|
||||||
-- branch = "develop"
|
-- branch = "develop"
|
||||||
-- (optional) will update plugin's deps on every update
|
-- (optional) updates the plugin's dependencies on each update
|
||||||
build = function()
|
build = function()
|
||||||
vim.cmd.GoInstallDeps()
|
vim.cmd.GoInstallDeps()
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue