vim-errtags/README.md
2025-01-04 03:55:32 +01:00

485 B

Errtags

Idea

The normal way to do error reporting is redefining your build-system to vim. Thats disguasting.

The right way should be to hook into the actual build system.

For the details, see documentation.md.

Dependencies

  • Tcl

Installation

  1. Clone the source
  2. Run:
$ make && make install
  1. Update your config files
# .vimrc
let g:errtags_events = ["BufEnter", "BufWrite"]
# .bashrc
alias make='make.sh CC=cc.sh'
  1. Enjoy