An open API service indexing awesome lists of open source software.

https://github.com/agvxov/vim-errtags


https://github.com/agvxov/vim-errtags

linter-plugin vim vim-plugin

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](documentation.md).

## Dependencies
+ Tcl

## Installation
1. Clone the source
2. Run:
```sh
$ make && make install
```

3. Update your config files
```sh
# .vimrc
let g:errtags_events = ["BufEnter", "BufWrite"]
# .bashrc
alias make='make.sh CC=cc.sh'
```

4. Enjoy