syntastic icon indicating copy to clipboard operation
syntastic copied to clipboard

Syntax checking hacks for vim

Results 51 syntastic issues
Sort by recently updated
recently updated
newest added

Is it possible to make Syntastic support an already configured `:compiler`? As far as I can see if a third-party plugin wants to support both `:compiler` and Syntastic it will...

core

I'm using the following in my latex documents: \newcommand{\home}{../../../styles} %% style \input{\home/style_bill.tex} and syntastic is complaining that it Could not open "\home/style_bill.tex". I set the path correctly and my documents...

syntax checkers

Hi, I just noticed, that synastic closes an already open location list. It would be nice, if when no error is found, syntastic would reopen the last open location list...

known bugs

While there is `SyntasticToggleMode` and there are settings to influence the maps for active/passive checking, I would sometimes like to have a command `SyntasticDisable`, which would basically turn on passive...

It would be nice to be able to filter out warnings from include files without missing out on errors.

I am doing quite a bit of Grails development lately and hate the IDEs. I will try to start some support on this if there isn't any yet. Any forks...

syntax checkers

I've tested with as many different kinds of errors I can generate, and it appears to be useful. Please let me know if there's anything you'd like me to change.

syntax checkers

Currently, https://github.com/scrooloose/syntastic/blob/master/syntax_checkers/dart/dartanalyzer.vim executes the dartanalyzer command. This approach makes writes slow, as the dartanalyzer starts cold on every invocation. Dart now has an analysis server, that is much faster thanks...

syntax checkers

I've been missing a ton of stupid syntax errors lately that show up if I manually run "puppet parser validate _filename_" and I think it is because puppet is spitting...

syntax checkers
known bugs

Hi, This is not an issue, but I've been trying to properly configure Syntastic for the Linux kernel, and there's not one online tutorial that I could find about this,...