Add filetype plugin loading to vim

This commit is contained in:
Adam Gausmann 2019-04-12 16:23:47 -05:00
parent 7d8a0a9d80
commit b7537ee437

View file

@ -13,6 +13,7 @@ set hlsearch
set incsearch
set lazyredraw
set directory=~/.vim/tmp
filetype plugin on
" indentation
set tabstop=4