Skip to content

Commit

Permalink
Add paredit.
Browse files Browse the repository at this point in the history
  • Loading branch information
edtsech committed Dec 8, 2012
1 parent cb1aee8 commit 7bdcdf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
Bundle 'tpope/vim-commentary'
Bundle 'bbommarito/vim-slim'
Bundle 'scrooloose/syntastic'
Bundle 'vim-scripts/paredit.vim'

" Themes
Bundle 'altercation/vim-colors-solarized'
Expand All @@ -49,7 +50,7 @@
" Clojure
Bundle 'vim-scripts/VimClojure'

filetype plugin indent on " required!
filetype on

" BASICS

Expand Down Expand Up @@ -101,7 +102,6 @@ filetype plugin indent on " required!
" INTERFACE

set t_Co=256
color Tomorrow
set guifont=Monaco:h13

" Disable <Arrow keys>
Expand Down Expand Up @@ -189,6 +189,7 @@ filetype plugin indent on " required!
endfunc

" Settings for VimClojure
let g:paredit_mode=1
let vimclojure#HighlightBuiltins=1
let vimclojure#HighlightContrib=1
let vimclojure#ParenRainbow=1
Expand Down

0 comments on commit 7bdcdf6

Please sign in to comment.