diff --git a/vimrc b/vimrc index 7294bbe..d8ced06 100644 --- a/vimrc +++ b/vimrc @@ -93,7 +93,7 @@ Plug 'eagletmt/ghcmod-vim', { 'for': 'haskell' } " Plug 'eagletmt/neco-ghc', { 'for': 'haskell' } Plug 'lukerandall/haskellmode-vim', { 'for': 'haskell' } Plug 'neovimhaskell/haskell-vim', { 'for': ['haskell', 'cabal'] } -Plug 'ucsd-progsys/liquid-types.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\"', \ 'for': 'haskell',