Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adinapoli/cumino
cumino is the Vim's way to prepare Haskell recipies.
https://github.com/adinapoli/cumino
Last synced: 23 days ago
JSON representation
cumino is the Vim's way to prepare Haskell recipies.
- Host: GitHub
- URL: https://github.com/adinapoli/cumino
- Owner: adinapoli
- Created: 2012-09-01T14:16:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-09T12:01:42.000Z (over 11 years ago)
- Last Synced: 2023-03-11T21:07:33.612Z (over 1 year ago)
- Language: VimL
- Homepage: http://adinapoli.github.com/cumino/
- Size: 1010 KB
- Stars: 21
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cumino
======Cumino is the vim way to prepare Haskell recipies:
* See the [website](http://adinapoli.github.com/cumino)
* Read the [Wiki](https://github.com/adinapoli/cumino/wiki/Getting-Started) to get started# 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](https://github.com/Paczesiowa/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.