From 0673f0cebb36f8dbc300e242f31e81cc74f57979 Mon Sep 17 00:00:00 2001 From: Jacob Zimmerman Date: Wed, 25 Feb 2015 03:14:03 -0500 Subject: [PATCH] Create vimrc file We want to unlock the full potential of vim. That's what set nocompatible does. It needs to be set before all other options. --- vimrc.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vimrc.vim diff --git a/vimrc.vim b/vimrc.vim new file mode 100644 index 0000000..a52122e --- /dev/null +++ b/vimrc.vim @@ -0,0 +1,2 @@ +" Gotta be first +set nocompatible