Parcourir la Source

~/.vimrc: Oh yeah, I *do* need another plugin (clojure)

It's not perfect: No repl, no funky rainbows...
Lucas Stadler 14 ans auparavant
Parent
commit
dd225deec0
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .vimrc

+ 3 - 0
.vimrc

57
"""
57
"""
58
call pathogen#infect('~/t/vim/')
58
call pathogen#infect('~/t/vim/')
59
call pathogen#infect('~/t/notmuch/')
59
call pathogen#infect('~/t/notmuch/')
60
call pathogen#infect('~/t/vim/clojure')
61
let g:vimclojure#ParenRainbow=1
60
62
61
" Have syntax highlighting and non-vi features
63
" Have syntax highlighting and non-vi features
62
syntax on
64
syntax on
65
filetype plugin indent on
63
set nocompatible
66
set nocompatible
64
67
65
" soo beautiful! :)
68
" soo beautiful! :)