Added SFDC Syntax Highlighting to .vimrc

Also cleaned up Readme
This commit is contained in:
ViViDboarder 2012-10-15 15:18:14 -04:00
parent 01137fcff0
commit 16560b2df8
2 changed files with 17 additions and 0 deletions

View File

@ -1,4 +1,16 @@
About
====
These are just my Vim settings that I like to keep synced between my computers for convenience
I am not the original creators of many of the files included in the dot_vim directory and only re-host them out of convienince. If I am missing any licensing information I'd be happy to attach it.
Most of the packages have been replaced in favor of using vundle so that I never have to update my repo with any plugin updates.
Install
=======
git clone https://github.com/ViViDboarder/Vim-Settings.git
cd Vim-Settings
./vim-sync-append.sh

View File

@ -30,11 +30,15 @@ Bundle 'taglist.vim'
" Text Manipulation
Bundle 'tomtom/tcomment_vim'
Bundle 'pdurbin/vim-tsv'
" GUI
Bundle 'vividchalk.vim'
Bundle 'gregsexton/MatchTag'
" Filetypes
Bundle 'ejholmes/vim-forcedotcom'
"Allow arrow keys
set nocompatible
@ -128,6 +132,7 @@ syntax on
"Remap jk to esc
inoremap jk <esc>
"vnoremap jk <esc> "Makes it difficult to select lines as j is common
"Remap Ctrl+Space for auto Complete
inoremap <C-Space> <C-n>