aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-05-22 17:26:29 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-05-22 17:26:29 +0100
commit7c52f7435055c41912be751d570aa2d8508795d8 (patch)
tree737e554563f13b268a301bb5373dfc892bab0124 /home/.config
parent0071d92155c1e3c18c1cf5847326dfafe06ccf4d (diff)
downloaddotfiles-7c52f7435055c41912be751d570aa2d8508795d8.tar.gz
dotfiles-7c52f7435055c41912be751d570aa2d8508795d8.tar.bz2
dotfiles-7c52f7435055c41912be751d570aa2d8508795d8.zip
Use git.sommerfeld.dev for remote
Diffstat (limited to 'home/.config')
-rw-r--r--home/.config/nvim/lua/custom/plugins/git.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/nvim/lua/custom/plugins/git.lua b/home/.config/nvim/lua/custom/plugins/git.lua
index 8ce79be..ea02550 100644
--- a/home/.config/nvim/lua/custom/plugins/git.lua
+++ b/home/.config/nvim/lua/custom/plugins/git.lua
@@ -45,7 +45,7 @@ return {
config = function()
require "gitlinker".setup({
callbacks = {
- ["git.strisemarx.com"] = function(url_data)
+ ["git.sommerfeld.dev"] = function(url_data)
local url = require "gitlinker.hosts".get_base_https_url(url_data)
url = url .. "/tree/" .. url_data.file .. "?id=" .. url_data.rev
if url_data.lstart then