don't use full commit hash in repolink
This commit is contained in:
parent
d19552a28d
commit
4f4335b04d
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ in {
|
||||||
};
|
};
|
||||||
setup = /*lua*/''
|
setup = /*lua*/''
|
||||||
require("repolink").setup({
|
require("repolink").setup({
|
||||||
use_full_commit_hash = true,
|
|
||||||
url_builders = {
|
url_builders = {
|
||||||
["github"] = require("repolink").url_builder_for_github("https://github.com"),
|
["github"] = require("repolink").url_builder_for_github("https://github.com"),
|
||||||
["gitlab"] = require("repolink").url_builder_for_gitlab("https://gitlab.com"),
|
["gitlab"] = require("repolink").url_builder_for_gitlab("https://gitlab.com"),
|
||||||
|
|
Loading…
Reference in a new issue