packages feed

nvim-hs-ghcid-2.0.0.0: executable/Main.hs

module Main where

import           Neovim
import qualified Neovim.Ghcid as Ghcid

main :: IO ()
main = neovim defaultConfig { plugins = [ Ghcid.plugin ] }