diff --git a/vimrc b/vimrc index a0ce944..e682584 100644 --- a/vimrc +++ b/vimrc @@ -18,6 +18,9 @@ set backspace=indent,eol,start syntax enable syntax on +" Filetype plugins +filetype plugin on + " Search options " Enable search highlighting set hlsearch