Commit 1b88fd90 authored by Murukesh Mohanan's avatar Murukesh Mohanan

switch to molokai, plugin updates

parent 9c7084f6
Subproject commit f6e465c23ed918e04e9b0690ce5ab49df141094c
Subproject commit 0992511ad9b250cbe53bccbec3b0cb24feca64ec
Subproject commit 1b8e4b965adc97af623bf71c046c7d7408aba725
Subproject commit 837f53cf79ccdff909e4aeeb9544f8b940ef8c2a
Subproject commit 272fc7df3a87876eb2ebd69d29c93920ef8c57c1
Subproject commit 69d20efc620ff9edcc05d7d75a2f775f85284ed0
......@@ -49,6 +49,7 @@ set complete=.,w,b,u,U,t,i,d " do lots of scanning on tab completion
set ttyfast " we have a fast terminal
set pastetoggle=<F10>
set title
set titlelen=20
set laststatus=2
nore ; :
......@@ -62,13 +63,13 @@ vnoremap cp "*p
inoremap <Down> <C-o>gj
inoremap <Up> <C-o>gk
colorscheme murphy
execute pathogen#infect()
autocmd Bufenter,BufNew *.pro set syntax=prolog
autocmd Filetype gitcommit setlocal spell textwidth=72
autocmd Bufenter *.hs compiler ghc
colorscheme monokain
" From http://vi.stackexchange.com/questions/258/
autocmd BufWritePre *.sh if !filereadable(expand('%')) | let b:is_new = 1 | endif
autocmd BufWritePost *.sh if get(b:, 'is_new', 0) | silent execute '!chmod +x %' | endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment