From 16560b2df802f40316e940341fcd03d29f017834 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 15 Oct 2012 15:18:14 -0400 Subject: [PATCH] Added SFDC Syntax Highlighting to .vimrc Also cleaned up Readme --- README => README.md | 12 ++++++++++++ vim/dot_vimrc | 5 +++++ 2 files changed, 17 insertions(+) rename README => README.md (52%) diff --git a/README b/README.md similarity index 52% rename from README rename to README.md index e196a71..41b0c8b 100644 --- a/README +++ b/README.md @@ -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 + diff --git a/vim/dot_vimrc b/vim/dot_vimrc index dcbc28d..1276406 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -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 +"vnoremap jk "Makes it difficult to select lines as j is common "Remap Ctrl+Space for auto Complete inoremap