Skip to content

Instantly share code, notes, and snippets.

@aeyakovenko
Created July 11, 2016 22:00
Show Gist options
  • Save aeyakovenko/5e61adb7911c0e9c7e260b4f0a91f322 to your computer and use it in GitHub Desktop.
Save aeyakovenko/5e61adb7911c0e9c7e260b4f0a91f322 to your computer and use it in GitHub Desktop.
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" dein
" run
" curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
" sh ./installer.sh ~/.dein # or specify the installation directory
" call dein#install()
if &compatible
set nocompatible
endif
set runtimepath^=~/.dein/repos/github.com/Shougo/dein.vim
call dein#begin(expand('~/.cache/dein'))
call dein#add('~/.dein/repos/github.com/Shougo/dein.vim')
call dein#add('Shougo/neocomplete.vim')
call dein#add('derekwyatt/vim-scala')
call dein#add('moll/vim-bbye')
call dein#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment