new setup

This commit is contained in:
2017-12-20 17:18:58 +01:00
parent adeafb708f
commit 1bffa2af83
5 changed files with 17 additions and 88 deletions

7
vimrc
View File

@@ -42,7 +42,7 @@ nnoremap Q <nop>
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#rc()
" let Vundle manage Vundle
@@ -80,14 +80,15 @@ Bundle 'christoomey/vim-tmux-navigator'
" Haskell
Bundle 'raichoo/haskell-vim'
Bundle 'enomsg/vim-haskellConcealPlus'
Bundle 'eagletmt/ghcmod-vim'
" Bundle 'enomsg/vim-haskellConcealPlus'
" Bundle 'eagletmt/ghcmod-vim'
Bundle 'eagletmt/neco-ghc'
Bundle 'Twinside/vim-hoogle'
" Other programming languages
Bundle 'digitaltoad/vim-jade'
Bundle 'zepto-lang/zepto-vim'
Bundle 'hellerve/carp-vim'
Bundle 'hellerve/luna-vim'
Bundle 'tikhomirov/vim-glsl'
Plugin 'rust-lang/rust.vim'