[Haskell-cafe] IDE

Александр Сухарев asuk1979 at gmail.com
Fri Nov 8 21:01:26 UTC 2013


I’m too, but I use it alot. And here are some pretty useful vim plugins

set nocompatible
filetype off

set rtp+=~/.vim/bundle/vundle/
call vundle#rc()

Bundle 'gmarik/vundle'

Bundle 'bling/vim-airline'
Bundle 'Shougo/unite.vim'
Bundle 'kien/ctrlp.vim'
Bundle 'scrooloose/nerdtree'
Bundle 'majutsushi/tagbar'
Bundle 'tpope/vim-sensible'
Bundle 'tpope/vim-unimpaired'

" { Edit
Bundle 'terryma/vim-multiple-cursors'
Bundle 'scrooloose/syntastic'
Bundle 'sjl/gundo.vim'
Bundle 'scrooloose/nerdcommenter'
Bundle 'godlygeek/tabular'
Bundle 'Raimondi/delimitMate'
" }

" { Git
Bundle 'airblade/vim-gitgutter'
Bundle 'tpope/vim-fugitive'
" }

" reStructuredText
Bundle 'Rykka/riv.vim'
" Markdown
Bundle 'plasticboy/vim-markdown'

" Bundle 'Valloric/YouCompleteMe’
" Bundle 'Shougo/vimproc.vim'

" { Haskell
" Bundle 'urso/haskell_syntax.vim'
" Bundle 'eagletmt/ghcmod-vim'
Bundle 'Twinside/vim-haskellConceal'
Bundle 'vim-scripts/haskell.vim'
Bundle 'Twinside/vim-haskellFold'
Bundle 'bitc/lushtags'
Bundle 'vim-scripts/Darcs'
" }

" { Dash
Bundle 'rizzatti/funcoo.vim'
Bundle 'rizzatti/dash.vim'
" }

filetype plugin indent on

...


2013/11/9 Corentin Dupont <corentin.dupont at gmail.com>

> I'm a vimer :)
> although I use it a lot to do small editing on random files, I've never
> used it as a dev environment.
>
>
>
> On Fri, Nov 8, 2013 at 9:08 PM, David Thomas <davidleothomas at gmail.com>wrote:
>
>> I use vim, though I think if you know neither vim nor emacs, emacs might
>> be a better choice for Haskell.
>>
>>
>> On Fri, Nov 8, 2013 at 11:57 AM, Miro Karpis <miroslav.karpis at gmail.com>wrote:
>>
>>> Hi, I use sublime with sublime-haskell.
>>>
>>> m.
>>>
>>>
>>> On Fri, Nov 8, 2013 at 8:55 PM, Tommy Thorn <tt1729 at yahoo.com> wrote:
>>>
>>>> I use both kinds: Emacs + haskell-mode and Emacs For Mac OS X +
>>>> haskell-mode.
>>>>
>>>> :)
>>>>
>>>> Tommy
>>>>
>>>> On Nov 8, 2013, at 11:44 , Corentin Dupont <corentin.dupont at gmail.com>
>>>> wrote:
>>>>
>>>> > Hi cafe,
>>>> > I would like to know which IDE are you using?
>>>> > I use Leksah, I like the GUI design and constant compilation process.
>>>> > However, the development seems to be slowing down: last version date
>>>> from early 2012. The installation process is very painful.
>>>> >
>>>> > There is FPComplete IDE coming up, but it's commercial.
>>>> > I'm experimenting with it, anyway: how to compile using cabal files?
>>>> It doesn't seem to recognize them. Will there be an off-line version?
>>>> >
>>>> > I'm interested to know if you are using vim to develop: which
>>>> extension are you using? I'm interested in continuous compilation, project
>>>> files browsing, code completion, search-in-files.
>>>> >
>>>> > Best,
>>>> > Corentin
>>>> >
>>>> >
>>>> > _______________________________________________
>>>> > Haskell-Cafe mailing list
>>>> > Haskell-Cafe at haskell.org
>>>> > http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>>
>>>> _______________________________________________
>>>> Haskell-Cafe mailing list
>>>> Haskell-Cafe at haskell.org
>>>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>>
>>>
>>>
>>> _______________________________________________
>>> Haskell-Cafe mailing list
>>> Haskell-Cafe at haskell.org
>>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>
>>>
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> Haskell-Cafe at haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20131109/a3d1603b/attachment.html>


More information about the Haskell-Cafe mailing list