[Haskell-cafe] Generating tagfiles for Vim

Vanessa McHale vanessa.mchale at iohk.io
Mon Apr 1 15:25:36 UTC 2019


Hi all,

I had been using hasktags for tag generation previously, however, I
recently discovered that using GHCi with

cabal new-repl
λ:> :ctags

creates a tags file that actually works with preprocessors (e.g. c2hs or
alex or happy).

Is there any way to run this semi-automatically?

echo ':ctags' | cabal new-repl

seems to work in the shell, but I'd like a vim integration if possible
(also, it's slow).

Cheers,
Vanessa McHale


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20190401/62a26ff5/attachment.sig>


More information about the Haskell-Cafe mailing list