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