Questions tagged [syntastic]

Syntastic is a syntax checking plugin for the Vim editor that runs files through external syntax checkers and displays any resulting errors to the user.

The Syntastic manual can be found here:

https://github.com/vim-syntastic/syntastic/blob/master/README.markdown

232 questions
0
votes
2 answers

Syntastic not working with MiniBufExplorer vim plugin

First off I'm a windows user using VIM and vundle to manage my plugins. I have the Syntastic vim plugin (https://github.com/scrooloose/syntastic) and it works great highlighting any syntax errors for the first javascript file I open and save. I…
Steven
  • 1,670
  • 4
  • 17
  • 26
0
votes
1 answer

Syntastic C make checker not reporting errors

I'm writing C code and was initially using the gcc checker. Errors were reported in the C file. Lots of errors that didn't matter were being reported due to, for instance, no include directory switches on the gcc command line in the checker. Because…
Taylor Price
  • 622
  • 1
  • 8
  • 21
0
votes
0 answers

Undesirable suppression of error messages by Vim/Syntastic

I am using Qt5 with vim/syntastic after altering my .gvimrc to allow reading them from their original locations. The problem I have noticed is that in files where I include Qt libraries, all forms of syntax checking is disabled. Relevant segments…
Maelstorm
  • 580
  • 2
  • 10
  • 29
0
votes
1 answer

Syntastic error and warning symbols

I have syntastic plugin running correctly in vim. I just want to customize it a little more, I am trying to set the properties 'syntastic_warning_symbol' and 'syntastic_error_symbol' to differentiate them. In my .vimrc I have: let…
jjimenez
  • 853
  • 1
  • 7
  • 18
-1
votes
1 answer

Syntastic does not perform syntax checks with new plugin

I just added a new plugin (vim-loves-dafny) to my ~/.config/nvim/init.vim file. I've got the necessary executables installed. % which dafny /usr/local/bin//dafny But /dafny doesn't find anything in :help syntastic-checkers, and when I edit a Dafny…
Jones
  • 1,154
  • 1
  • 10
  • 35
-1
votes
1 answer

VIM: how to use `let errorformat` in my specified error message format?

The linter I'm using outputs errors in the following format: origin:PycodestyleBear (E501):file:/Users/Virtualenv/testme.py:line:2:column:81:end_line:2:end_column:81:severity:1:severity_str:NORMAL:message:E501 line too long (164 > 80…
HumanTorch
  • 349
  • 2
  • 5
  • 16
-2
votes
1 answer

Enable Checking in Syntastic

How would I do it? I've been reading around and I cannot figure it out. Let's say I want to enable syntax checking for C++. How would I do that?
user3682802
  • 89
  • 1
  • 2
  • 8
1 2 3
15
16