dotfiles/nvim/.config/nvim/after/plugin/gitlinker.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
314 B
Lua
Raw Normal View History

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