vim enchancements

This commit is contained in:
Stefen Auris 2017-09-05 15:50:32 -04:00
parent a7bbfb798d
commit 8a64523389
3 changed files with 7 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 7ae413e00691dff4bad450229ebed37d27673c10

1
.vim/bundle/vim-tbone Submodule

@ -0,0 +1 @@
Subproject commit 891887b881bc818a1f8bd33904ac48e1dd471d6a

5
.vimrc
View file

@ -13,6 +13,11 @@ set showbreak=\\\\\
set relativenumber set relativenumber
set infercase set infercase
set synmaxcol=200 set synmaxcol=200
set nocompatible
set autoindent
set autoread
set autowrite
" Enable filetype plugins " Enable filetype plugins
filetype plugin on filetype plugin on
filetype indent on filetype indent on