https://github.com/agvxov/vim-errtags
https://github.com/agvxov/vim-errtags
linter-plugin vim vim-plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agvxov/vim-errtags
- Owner: agvxov
- Created: 2025-01-04T11:03:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-22T08:58:54.000Z (12 months ago)
- Last Synced: 2025-06-03T08:49:33.063Z (7 months ago)
- Topics: linter-plugin, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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