From 54bcb5af53bf5e34bb7f2f6c6b3146ea89d26892 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Thu, 1 Jun 2017 10:35:41 -0400 Subject: [PATCH] Allows for file plugin indentation --- system/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/.vimrc b/system/.vimrc index 3c59331..76a199f 100644 --- a/system/.vimrc +++ b/system/.vimrc @@ -1,5 +1,5 @@ set nocompatible " get rid of Vi compatibility mode. SET FIRST! -filetype off +filetype plugin indent on " set the runtime path to include vundle set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin()