Update setup-vim.sh to configure vim globally

This commit is contained in:
First Last
2019-09-06 22:06:46 +00:00
parent d6170be41d
commit eed943bf0f
2 changed files with 15 additions and 10 deletions

View File

@@ -16,6 +16,8 @@ set mouse=a
" Enable Syntax Highlighting in Vim
syntax on
set nocp
" set rtp+=/path/to/rtp/that/included/pathogen/vim " if needed
" Enable Pathogen plugin manager
execute pathogen#infect()
filetype plugin indent on