mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix: remove everyting XING
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user