diff --git a/home/.config/user-tmpfiles.d/vim.conf b/home/.config/user-tmpfiles.d/vim.conf new file mode 100644 index 0000000..dec03e4 --- /dev/null +++ b/home/.config/user-tmpfiles.d/vim.conf @@ -0,0 +1,3 @@ +d /root/.local/state/nvim/backup 0700 root root 10d +d /root/.local/state/nvim/swap 0700 root root 10d +d /root/.local/state/nvim/undo 0700 root root 10d