1 # docvim: a documentation generator for Vim plug-ins
3 docvim is a documentation generator for Vim plug-ins, written in Haskell.
9 Run using `cabal` and passing in docvim-specific `OPTIONS`:
12 cabal run -- [OPTIONS]
15 You can also run the modules from inside the Cabal REPL:
19 > let sample = "let l:test=1"
20 > l sample -- prints lexed tokens
21 > p sample -- prints AST
24 ### Building and viewing the code-level documentation
27 cabal haddock --executables
28 open dist/doc/html/docvim/docvim/index.html
41 hlint src # or, alternatively...