nvim: after/plugin/gitlinker: Add videolan repo

This commit is contained in:
Sanchayan Maity 2023-01-18 10:44:25 +05:30
parent ec838cb54e
commit 558f03bede
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 0 deletions

View File

@ -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"
})