Fix remote repo for haskell-vim

This commit is contained in:
Julian Ospald 2018-06-15 17:11:20 +02:00
parent 42670e50af
commit 184072280d
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -90,7 +90,7 @@ else
Plug 'eagletmt/neco-ghc', { 'for': 'haskell' }
endif
Plug 'lukerandall/haskellmode-vim', { 'for': 'haskell' }
Plug 'raichoo/haskell-vim', { 'for': 'haskell' }
Plug 'neovimhaskell/haskell-vim', { 'for': 'haskell' }
Plug 'ucsd-progsys/liquid-types.vim', { 'for': 'haskell' }
Plug 'bitc/lushtags', {
\ 'do': 'bash -c \"cabal clean && cabal sandbox delete && cabal sandbox init && cabal install && cp .cabal-sandbox/bin/lushtags ~/.cabal/bin/lushtags\"',