nvim: after/plugin/gitlinker: Add videolan repo
This commit is contained in:
parent
ec838cb54e
commit
558f03bede
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ require"gitlinker".setup({
|
|||
callbacks = {
|
||||
["gitlab.freedesktop.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,
|
||||
},
|
||||
mappings = "<Leader>gu"
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue