global/vim: use central swap file directory by default

This commit is contained in:
Infinidoge 2024-02-29 01:45:27 -05:00
parent 96bbded702
commit 709eb62c36
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -4,8 +4,8 @@
settings = {
background = "dark";
directory = [
"."
"~/.local/share/vim/swap//"
"."
];
expandtab = true;
history = 50;