https://github.com/adaszko/instalint.vim
Make any regex visibly annoying (think tabs)
https://github.com/adaszko/instalint.vim
linter vim
Last synced: 9 months ago
JSON representation
Make any regex visibly annoying (think tabs)
- Host: GitHub
- URL: https://github.com/adaszko/instalint.vim
- Owner: adaszko
- License: bsd-3-clause
- Created: 2017-03-08T19:49:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T19:49:50.000Z (over 9 years ago)
- Last Synced: 2025-07-04T04:41:34.178Z (12 months ago)
- Topics: linter, vim
- Language: Vim script
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instalint.vim
Uses Vim's syntax highlighting to instantly bring out trailing whitespaces, tabs, duplicated word or any other regex.
## Installation
Assuming you have Pathogen up and running:
$ cd ~/.vim/bundle
$ git clone git://github.com/adaszko/instalint.vim
Add per-filetype configuration to your `.vimrc`:
```
let g:instalint_filetypes = { 'python': ['Tabs', 'TrailingSpaces', 'TrailingSemicolons'] }
```
where `python` is a some valid `'filetype'` option value and the list contains
names of highlighting groups.
## Author
Adam Szkoda
## License
BSD3