|
|
@ -5,42 +5,7 @@ if isdirectory($HOME . '/.vim/bundle/vundle')
|
|
5
|
5
|
set runtimepath+=~/.vim/bundle/vundle
|
|
6
|
6
|
call vundle#rc()
|
|
7
|
7
|
|
|
8
|
|
Bundle 'gmarik/vundle'
|
|
9
|
|
Bundle 'Lokaltog/vim-easymotion'
|
|
10
|
|
"Bundle 'laurilehmijoki/haskellmode-vim'
|
|
11
|
|
"au BufNewFile,BufRead *.hs compiler ghc
|
|
12
|
|
Bundle 'scrooloose/syntastic'
|
|
13
|
|
Bundle 'bitc/vim-hdevtools'
|
|
14
|
|
au FileType haskell noremap <buffer> \ht :HdevtoolsType<CR>
|
|
15
|
|
au FileType haskell noremap <buffer> \hc :HdevtoolsClear<CR>
|
|
16
|
|
Bundle 'tpope/vim-fireplace'
|
|
17
|
|
|
|
18
|
|
highlight SignColumn ctermbg=0
|
|
19
|
|
Bundle 'terryma/vim-multiple-cursors'
|
|
20
|
|
|
|
21
|
|
Bundle 'marijnh/tern_for_vim'
|
|
22
|
|
|
|
23
|
|
Bundle 'guns/vim-clojure-static'
|
|
24
|
|
Bundle 'kchmck/vim-coffee-script'
|
|
25
|
|
|
|
26
|
|
Bundle 'junegunn/goyo.vim'
|
|
27
|
|
function! s:goyo_before()
|
|
28
|
|
set noshowmode
|
|
29
|
|
endfunction
|
|
30
|
|
|
|
31
|
|
function! s:goyo_after()
|
|
32
|
|
set showmode
|
|
33
|
|
endfunction
|
|
34
|
|
let g:goyo_callbacks = [function('s:goyo_before'), function('s:goyo_after')]
|
|
35
|
|
|
|
36
|
|
Bundle 'flazz/vim-colorschemes'
|
|
37
|
|
Bundle 'lambdatoast/elm.vim'
|
|
38
|
8
|
Bundle 'fatih/vim-go'
|
|
39
|
|
Bundle 'scrooloose/nerdtree'
|
|
40
|
|
endif
|
|
41
|
|
|
|
42
|
|
if isdirectory($HOME . '/t/rust/src/etc/vim')
|
|
43
|
|
set runtimepath+=~/t/rust/src/etc/vim
|
|
44
|
9
|
endif
|
|
45
|
10
|
|
|
46
|
11
|
" Have syntax highlighting and non-vi features
|