1

Regenerate nvim config

This commit is contained in:
2024-06-02 03:38:49 +02:00
parent ef2e28883d
commit 5e8c7c52d9
2 changed files with 5 additions and 1 deletions

View File

@ -50,7 +50,7 @@ do
["tabstop"] = 4, ["tabstop"] = 4,
["termguicolors"] = true, ["termguicolors"] = true,
["timeoutlen"] = 50, ["timeoutlen"] = 50,
["undodir"] = "/home/christoph/.vim/undo", ["undodir"] = "/home/lab/smchurla/.vim/undo",
["undofile"] = true, ["undofile"] = true,
} }

View File

@ -49,3 +49,7 @@ do
fi fi
done done
done done
echo ""
sd "/home/christoph" "/home/lab/smchurla" ./config.lua
echo "Substituted /home/christoph with /home/lab/smchurla"