From f373543caab5f378eda3b8fdbbe88efbd9c7e093 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Tue, 22 Jul 2014 20:33:48 +0200 Subject: [PATCH] vimrc updates --- commonshrc | 2 ++ emacs.el | 4 ++++ vimrc | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/commonshrc b/commonshrc index 63c0465..e28032a 100644 --- a/commonshrc +++ b/commonshrc @@ -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' diff --git a/emacs.el b/emacs.el index 522949d..cbb7546 100644 --- a/emacs.el +++ b/emacs.el @@ -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) diff --git a/vimrc b/vimrc index 4011560..54ac3ad 100644 --- a/vimrc +++ b/vimrc @@ -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()