syntastic Questions
3
Solved
I'm working with a C++ project and trying to configure it to use syntastic. In my project I have a nested directory structure of header files (The actual nested structure is much worse, this is an ...
5
Solved
I started using the Syntastic plugin for Vim, which will run a syntax checker on the current buffer and then indicate any lines which have errors. I can open up the list of errors as as a location ...
Buffy asked 8/2, 2013 at 18:1
3
Solved
For example, HTML partial templates are being flagged with tons of errors but they are supposed to be fragments of a complete HTML doc.
Nano asked 4/8, 2015 at 19:54
6
VIM Syntastic plugin works well with .go file. But sometimes I want to have several go files in the same folder, and each with the main() method, so that I can go run xxx each file(for presentation...
2
Solved
On syntastic repo https://github.com/vim-syntastic/syntastic#installation, the only example they provide for installing syntastic is using pathogen.
How should install it without pathogen or any pa...
10
Solved
I'm using Syntastic which is enabled for my HTML files. Since I have a very big file with "validator w3" checkers enabled, GVIM or VIM became very slow while saving the file (:w).
Is it possible t...
4
Solved
I've got the (Mac)Vim Syntastic plugin installed via Janus. When I open the :Errors window to view the reason for syntax errors, it shrinks the file with the errors to one line and uses the rest of...
2
Solved
I'm trying to write a module in Haskell. It does not have a main because it's not meant to be a stand-alone program.
I just started using syntastic, and it is constantly reporting:
The IO action ...
4
Solved
I'm using python-mode for Vim, I prefer for there to be 120 character lines rather than the stark 80 as defined in the PEP8 standard.
In python-mode, this is easy. I just add the following to my ~...
Malocclusion asked 23/1, 2015 at 20:54
2
Solved
I would like to change a setting or edit a line of code in the Python syntax checker, but Syntastic comes with five of them. How can I find out which one is in use?
4
Solved
So I've been doing some work in my Assembly class for college, and I use Vim as my primary code editor. I'm having a problem with Syntastic where I'm writing assembly for NASM, but Syntastic only w...
8
Solved
Is it possible to change the python version used by syntastic for syntax checking?
As the Issue https://github.com/scrooloose/syntastic/issues/385 indicates I could use virtual-env. But is it also...
4
Solved
So I git cloned the repository to ~/.vim/bundle and had pathogen installed. I can be sure pathogen works fine since my other plugins in bundle are all working fine. After googling for a while, it s...
3
Solved
Is there a way to disable the html/tidy plugin for syntastic for a certain file?
I have a handlebars template that contain an empty <tbody></tbody> tag as a placeholder, and I keep get...
1
I've installed Syntastic with Pathogen, and tried just about all I can think of to get Syntastic to recognize my pylint checker.
Pylint checker is installed here
/home/myself/.local/bin/pylint
...
1
Solved
Vim syntastic plugin pops up the errors and warnings location list and it needlessly consumes more screen space than needed for the list:
How can I configure syntastic to open a location list wi...
Saxony asked 17/5, 2017 at 17:8
3
I feel that I have an awesome setup for C++ programming using Vim but I can't find a way to tell Vim, YCM, and Syntastic where to search for headers. It would be really annoying to have to manually...
1
I am trying to set up my Ubuntu machine for dotnet core development. I've painstakingly installed Omnisharp-vim and set it to work with the OmniSharp-Roslyn server. I also have Syntastic and YouCom...
2
Solved
I work in a lot of legacy files that are huge and previous devs didn't always follow proper styles, so syntastic gives me a ton of linting errors that I don't care about right now. I put syntastc i...
2
Solved
In MacVim, I save following code as test.py
print "Hello world! python2"
, which is apparently wrong with python3, but
after I run :w to save the file, there is no error message for it,
Followin...
2
Solved
How can I set a keyboard shortcut to toggle Syntastic Error Location List Panel in vim.
:Errors - Shows Location Panel
:lclose - Hides the Location Panel
I'm very new to VimScript, if there woul...
3
Solved
I've installed Syntastic from GitHub and I'm trying to use Syntastic for checking perl syntax errors (and planning to use for Python in a short while). When I use ':quit' or ':q', only original fil...
2
Using Vim Syntastic with an android project. (e.g. com.myproject.project) It's not aware of classes declared within my project but outside of the current file. e.g. the following flags errors:
imp...
3
Solved
How to use synstastic in vim to display only pylint error messages? I basically want the output of pylint -E to be used as source for syntastic. I tried to configure syntastic in my .vimrc with:
...
5
Solved
I am using syntastic in my c++11 project. When I am editing in vim, and save (:w) the syntastic plugin gives me errors on every initializer list {} and for each loops which are clearly c++11 featur...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.