nvim-hs-ghcid: Neovim plugin that runs ghcid to update the quickfix list
This plugin uses the nvim-hs plugin backend for neovim and fills the quickfix list on file-saves with the errors and warnings that ghcid determines.
The only limitation for this tool is that it needs a .cabal file to work.
This plugin provides 3 commands:
:GhcidStart
will prompt you for the configuration you
want to use. It should guess a reasonable option based on
the files present in your project directory and so you will
just have to press enter all the time. If you provide a
bang, these questions will not be asked.
:GhcidStop
stops the current ghcid process.
:GhcidRestart
combines the two previous commands.
Simply import the plugin
definition from Neovim.Ghcid
and add it to your plugin list.
[Skip to Readme]
Downloads
- nvim-hs-ghcid-2.0.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.2.0, 1.0.0.0, 2.0.0.0, 2.0.1.0 |
---|---|
Dependencies | base (>=4.9 && <5), bytestring, containers (>=0.5), directory, filepath, ghcid (>=0.6.1 && <1), nvim-hs (>=2 && <2.3), nvim-hs-contrib (>=2.0 && <3), nvim-hs-ghcid, resourcet, transformers, unliftio, yaml [details] |
License | Apache-2.0 |
Copyright | Sebastian Witte <woozletoff@gmail.com> |
Author | Sebastian Witte |
Maintainer | woozletoff@gmail.com |
Revised | Revision 1 made by saep at 2022-12-16T21:41:30Z |
Category | Editor |
Home page | https://github.com/saep/nvim-hs-ghcid |
Uploaded | by saep at 2019-05-27T18:33:42Z |
Distributions | LTSHaskell:2.0.1.0, NixOS:2.0.1.0, Stackage:2.0.1.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | nvim-hs-ghcid |
Downloads | 3014 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-05-27 [all 1 reports] |