Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cheme/confs
Browse files Browse the repository at this point in the history
  • Loading branch information
cheme committed Mar 21, 2016
2 parents 2e6667b + 7a834ca commit 1013163
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ fun SetupVAM()
let g:vim_addon_manager.plugin_sources = {}



let g:vim_addon_manager.plugin_sources['self'] = {'type': 'git', 'url': 'https://github.com/megaannum/self.git'}
let g:vim_addon_manager.plugin_sources['forms'] = {'type': 'git', 'url': 'https://github.com/megaannum/forms.git'}
let g:vim_addon_manager.plugin_sources['vimproc'] = {'type': 'git', 'url': 'https://github.com/Shougo/vimproc.git'}
let g:vim_addon_manager.plugin_sources['vimshell'] = {'type': 'git', 'url': 'https://github.com/Shougo/vimshell.git'}
let g:vim_addon_manager.plugin_sources['ensime'] = {"type": "git", "url": "https://github.com/aemoncannon/ensime.git", "branch" : "scala-2.10"}
let g:vim_addon_manager.plugin_sources['vimside'] = {'type': 'git', 'url': 'https://github.com/megaannum/vimside.git'}
let g:vim_addon_manager.plugin_sources['ghcmod-vim'] = {'type': 'git', 'url': 'https://github.com/eagletmt/ghcmod-vim.git'}
let g:vim_addon_manager.plugin_sources['agda-vim'] = {'type': 'git', 'url': 'https://github.com/derekelkins/agda-vim.git'}

"TODO test YouCompleteMe
let plugins = [
\ 'molokai'
Expand Down

0 comments on commit 1013163

Please sign in to comment.