From 12c7d85ff64cfeeea29401ba56f38a2634dd814a Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Wed, 26 Nov 2014 19:24:38 -0500 Subject: [PATCH] Add a basic vimrc to help with tests. --- basic_vimrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 basic_vimrc diff --git a/basic_vimrc b/basic_vimrc new file mode 100644 index 0000000..2dcf627 --- /dev/null +++ b/basic_vimrc @@ -0,0 +1,4 @@ +so ./test/_setup.vim +let delimitMate_expand_cr = 1 +filetype indent plugin on +