From 709eb62c362bf21de14ff31a3a6c3b36b49699bc Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 29 Feb 2024 01:45:27 -0500 Subject: [PATCH] global/vim: use central swap file directory by default --- users/modules/global/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/modules/global/vim.nix b/users/modules/global/vim.nix index 02790b9..d1e7a11 100644 --- a/users/modules/global/vim.nix +++ b/users/modules/global/vim.nix @@ -4,8 +4,8 @@ settings = { background = "dark"; directory = [ - "." "~/.local/share/vim/swap//" + "." ]; expandtab = true; history = 50;