Skip to content

alx741/ghc.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Vim GHC

Official Haskell GHC compiler plugin distributed in Vim's runtime.

To be used for the :make command in order to properly load errors and warnings on the quickfix list.

Installation

If your Vim's runtime is up to date you should already have it, if not, you can install it as a normal plugin.

Compatible with Vundle, Vim-plug, Pathogen, etc.

Usage

Set the compiler with :compiler ghc.

Or add an auto command to your .vimrc file:

augroup ft_haskell
    au!
    au FileType haskell compiler ghc
augroup END

About

Vim Haskell GHC compiler plugin [official]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published