mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 06:37:37 +00:00
Added SFDC Syntax Highlighting to .vimrc
Also cleaned up Readme
This commit is contained in:
parent
01137fcff0
commit
16560b2df8
@ -1,4 +1,16 @@
|
|||||||
|
About
|
||||||
|
====
|
||||||
|
|
||||||
These are just my Vim settings that I like to keep synced between my computers for convenience
|
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.
|
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
|
||||||
|
|
@ -30,11 +30,15 @@ Bundle 'taglist.vim'
|
|||||||
|
|
||||||
" Text Manipulation
|
" Text Manipulation
|
||||||
Bundle 'tomtom/tcomment_vim'
|
Bundle 'tomtom/tcomment_vim'
|
||||||
|
Bundle 'pdurbin/vim-tsv'
|
||||||
|
|
||||||
" GUI
|
" GUI
|
||||||
Bundle 'vividchalk.vim'
|
Bundle 'vividchalk.vim'
|
||||||
Bundle 'gregsexton/MatchTag'
|
Bundle 'gregsexton/MatchTag'
|
||||||
|
|
||||||
|
" Filetypes
|
||||||
|
Bundle 'ejholmes/vim-forcedotcom'
|
||||||
|
|
||||||
"Allow arrow keys
|
"Allow arrow keys
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
@ -128,6 +132,7 @@ syntax on
|
|||||||
|
|
||||||
"Remap jk to esc
|
"Remap jk to esc
|
||||||
inoremap jk <esc>
|
inoremap jk <esc>
|
||||||
|
"vnoremap jk <esc> "Makes it difficult to select lines as j is common
|
||||||
|
|
||||||
"Remap Ctrl+Space for auto Complete
|
"Remap Ctrl+Space for auto Complete
|
||||||
inoremap <C-Space> <C-n>
|
inoremap <C-Space> <C-n>
|
||||||
|
Loading…
Reference in New Issue
Block a user