Skip to content

adinapoli/cumino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

Cumino

Cumino is the vim way to prepare Haskell recipies:

Prerequisites

  • Vim with Python support enabled
  • Tmux >= 1.5
  • A terminal emulator
    • Cumino was tested against gnome-terminal, xterm, urxvt and mlterm.

Features

  • Send to ghci your type, function and instances definitions
  • Type your function invokation in Vim an watch them be evaluated in Ghci
  • Test in insolation snippet of code sending visual selection to ghci
  • Show the type of the function under the cursor
  • Possibility to set a list of ghci flags inside your .vimrc (e.g, -XOverloadedString)
  • Test your code environmentwise: if an Hsenv sandbox environment is activated, Cumino automatically starts the ghci associated with that environment.

Installation

Like any other Pathogen bundle.

Contribute

Yes, please. You can open an issue or fork fix and pull, like usual.

About

cumino is the Vim's way to prepare Haskell recipies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published