From 61eae6bd30933f1273739079174133e9046b1bf1 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 10 Oct 2014 17:09:16 -0700 Subject: Adding pathogen, syntatic, and other changes. --- base/vimrc | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'base/vimrc') diff --git a/base/vimrc b/base/vimrc index 7e68671..a79bf14 100644 --- a/base/vimrc +++ b/base/vimrc @@ -1,5 +1,5 @@ " Setting editor defaults -set nu +set rnu syntax on set bg=dark set diffopt=filler,iwhite " keep files synced and ignore whitespace @@ -39,12 +39,22 @@ set statusline+=%<%f\ %h%m%r set statusline+=%= set statusline+=%-14.(%l,%c%V%)\ %P +" Emacs-like bindings in the command line +cnoremap +cnoremap +cnoremap +cnoremap +cnoremap +cnoremap +cnoremap +cnoremap + " filetypes filetype plugin on filetype indent on filetype on -"Set colorscheme. +"Set colorscheme. colorscheme slate " Turn off highlighting after search @@ -131,11 +141,11 @@ EOT " Scratch Plugin let g:scratchBackupFile="/tmp/scratch.txt" -iab --> → - " Quicker compile & check map :silent make:copen:redraw +execute pathogen#infect() + " Load host-specific settings set runtimepath^=~/.host-specific/vim, set runtimepath+=~/.host-specific/vim/after -- cgit v1.2.3