dotfiles

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

commit 839ee060758793491da7c897438601df195f78bc
parent 30dccf45aec8d25085913b5c0a98963026dc161e
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue,  7 May 2024 01:50:10 -0500

Added vim submodule

Diffstat:
M.gitignore | 1-
A.gitmodules | 3+++
A.vim | 1+
3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -25,7 +25,6 @@ /.pki/ /.ssh/ /.texlive2024/ -/.vim/ /.vimgolf/ /.viminfo /.xdvirc diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".vim"] + path = .vim + url = git@gitlab.com:pablo-cardenas/vimrc.git diff --git a/.vim b/.vim @@ -0,0 +1 @@ +Subproject commit 2357656308663151feb087ca1d601b0f5cbc0477