vimrc updates

This commit is contained in:
Gabriel Ebner 2014-07-22 20:33:48 +02:00
parent 880412b833
commit f373543caa
3 changed files with 10 additions and 0 deletions

View File

@ -60,6 +60,8 @@ export ANDROID_SDK=$ANDROID_HOME ANDROID_NDK=$HOME/build/android-ndk-r9c
add_to PATH ~/.babel/bin # nimrod package manager
add_to PATH /opt/ghc/7.8.2/bin
# Customisation of Programs {{{1
alias ls='ls --color=auto'
export EMAIL='gebner@gebner.org'

View File

@ -39,3 +39,7 @@
auto-mode-alist)))
(eval-after-load "notmuch" '(load "~/etc/notmuch-config.el"))
(require 'package)
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/") t)

4
vimrc
View File

@ -38,6 +38,8 @@ NeoBundle 'dag/vim2hs'
NeoBundle 'eagletmt/ghcmod-vim'
NeoBundle 'eagletmt/neco-ghc'
NeoBundle 'tpope/vim-fireplace' " clojure repl
NeoBundle 'marijnh/tern_for_vim'
NeoBundle 'jnwhiteh/vim-golang'
@ -57,6 +59,8 @@ NeoBundle 'idris-hackers/idris-vim'
NeoBundle 'tpope/vim-fugitive' " git integration
NeoBundle 'LaTeX-Box-Team/LaTeX-Box'
" vim-sleuth?
call neobundle#end()