From 680ed69ef244ec7e6e9fbf215cb9696fa7f9fc56 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Mon, 12 Dec 2016 23:55:06 -0600 Subject: vim: set nocompatible explicitly --- vim/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index 9be83da..e9f9009 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,3 +1,6 @@ +" in case there were any doubt about this being classic vi +set nocompatible + " load bundles under ~/.vim/bundle/* execute pathogen#infect() @@ -6,6 +9,7 @@ set fileencoding=utf8 set fileencodings=utf8 " these seem reasonable +filetype plugin on set tabstop=4 set softtabstop=4 set shiftwidth=4 -- cgit v1.2.3