Skip to content

aiya000/vim-ghcid-quickfix

Repository files navigation

🎁 vim-ghcid-quickfix 🎁


Increse your Haskell development via ghcid!


This allows to open ghcid as the quickfix buffer, by :GhcidQuickfixStart.

When you edited a .hs, it reloads automatically!

(quickfix_on_error)

(popup-always)

You can read compile errors/warnings by about 1sec.

❕ Requirements ❕

  • ghcid to your $PATH
  • Vim 8.0 or later with +terminal

💫 How to install 💫

No package manager

clone this repo into $MYVIMRC/pack/haskell/start/

dein.vim

call dein#add('aiya000/vim-ghcid-quickfix')

dein.vim with toml

[[plugins]]
repo = 'aiya000/vim-ghcid-quickfix'

❕ Configuration ❕

Auto open QuickFix window upon errors:

let g:ghcid_quickfix = #{
  \ showing: 'quickfix_on_error',
\ }

Or 'popup_always' to popup all lines, using Vim's popup window.

let g:ghcid_quickfix = #{
  \ showing: 'popup_always',
\ }

Please see :help g:ghcid_quickfix_showing to more informations.

About

Increse your Haskell development via ghcid!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •