diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-10-16 18:00:22 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-10-16 18:00:22 +0100 |
commit | f1e9d4186e06a223a030179e152d4788ba10343f (patch) | |
tree | 31ad817877666002ca702f4371a76596049d6400 /vim | |
parent | 3ccffd6eddb1d614ff3da9ce48594cd716ddcdcb (diff) |
Add email configuration for ENPC
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.gitignore | 2 | ||||
-rw-r--r-- | vim/.vim/autoload/.gitkeep | 0 | ||||
-rw-r--r-- | vim/.vim/plugin/.gitkeep | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/vim/.gitignore b/vim/.gitignore index f962736..34ef01f 100644 --- a/vim/.gitignore +++ b/vim/.gitignore @@ -1,2 +1,2 @@ -.vim/autoload +.vim/autoload/plug.vim .vim/vim-plug diff --git a/vim/.vim/autoload/.gitkeep b/vim/.vim/autoload/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/vim/.vim/autoload/.gitkeep diff --git a/vim/.vim/plugin/.gitkeep b/vim/.vim/plugin/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/vim/.vim/plugin/.gitkeep |