diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2016-12-12 23:55:06 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2016-12-12 23:55:06 -0600 |
commit | 680ed69ef244ec7e6e9fbf215cb9696fa7f9fc56 (patch) | |
tree | 202a18660bb494a0c153d880927a6fc5a1c9ed8a /vim/.vimrc | |
parent | e7d78a8ae6daf0c41a2ec4133e458cd902f7f2de (diff) |
vim: set nocompatible explicitly
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |