fix: remove everyting XING

This commit is contained in:
Stefan Imhoff
2025-12-12 16:43:41 +01:00
parent 1cfaaf5bbf
commit f557f38afd
7 changed files with 9 additions and 662 deletions

View File

@@ -2,8 +2,8 @@
-- https://github.com/ruanyl/vim-gh-line
-- <leader>gh (line) or <leader>gb (blame)
return {
"ruanyl/vim-gh-line",
config = function()
vim.g.gh_github_domain = "source.xing.com"
end,
"ruanyl/vim-gh-line",
config = function()
vim.g.gh_github_domain = "github.com"
end,
}