From 5e8c7c52d999142a8c13572990810f789c8deaca Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 2 Jun 2024 03:38:49 +0200 Subject: [PATCH] Regenerate nvim config --- config/neovim/config.lua | 2 +- config/neovim/refresh_config.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/neovim/config.lua b/config/neovim/config.lua index 0c4e04bf..06cf0aa8 100644 --- a/config/neovim/config.lua +++ b/config/neovim/config.lua @@ -50,7 +50,7 @@ do ["tabstop"] = 4, ["termguicolors"] = true, ["timeoutlen"] = 50, - ["undodir"] = "/home/christoph/.vim/undo", + ["undodir"] = "/home/lab/smchurla/.vim/undo", ["undofile"] = true, } diff --git a/config/neovim/refresh_config.sh b/config/neovim/refresh_config.sh index 71a84f66..9f5027bc 100755 --- a/config/neovim/refresh_config.sh +++ b/config/neovim/refresh_config.sh @@ -49,3 +49,7 @@ do fi done done +echo "" + +sd "/home/christoph" "/home/lab/smchurla" ./config.lua +echo "Substituted /home/christoph with /home/lab/smchurla"