nvim: after/plugin/gitlinker: Add gitea web hosts we work with
This commit is contained in:
parent
556cdeb219
commit
f8267b23b0
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ require"gitlinker".setup({
|
||||||
["gitlab.freedesktop.org"] = require"gitlinker.hosts".get_gitlab_type_url,
|
["gitlab.freedesktop.org"] = require"gitlinker.hosts".get_gitlab_type_url,
|
||||||
["gitlab.gnome.org"] = require"gitlinker.hosts".get_gitlab_type_url,
|
["gitlab.gnome.org"] = require"gitlinker.hosts".get_gitlab_type_url,
|
||||||
["code.videolan.org"] = require"gitlinker.hosts".get_gitlab_type_url,
|
["code.videolan.org"] = require"gitlinker.hosts".get_gitlab_type_url,
|
||||||
|
["codeberg.org"] = require"gitlinker.hosts".get_gitea_type_url ,
|
||||||
|
["git.sanchayanmaity.net"] = require"gitlinker.hosts".get_gitea_type_url ,
|
||||||
|
["git.sanchayanmaity.com"] = require"gitlinker.hosts".get_gitea_type_url ,
|
||||||
},
|
},
|
||||||
mappings = "<Leader>gu"
|
mappings = "<Leader>gu"
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue