vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit 2f5a344a94e3d63e597abaaaf1c0058a943b8923
parent a66a326d2347585680b6ad30bef93963093c1e3d
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Sat,  8 Jan 2022 17:31:03 -0500

Changed undodir

Diffstat:
Mvimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -14,6 +14,7 @@ set number set mouse= set undofile +set undodir=~/.cache/vim/undo/ filetype indent plugin on set autoindent