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;