Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntastic is not enabled #85

Open
martinsson opened this issue Apr 2, 2018 · 2 comments
Open

Syntastic is not enabled #85

martinsson opened this issue Apr 2, 2018 · 2 comments

Comments

@martinsson
Copy link

Hi I'm not getting Syntastic to work for idris, where it works for other languages

I can invoke the checker manually

:SyntasticCheck idris 

and it reports errors but the SyntasticInfo command tells me that it is not enabled

:SyntasticInfo 
Syntastic version: 3.8.0-110 (Vim 800, Neovim, Darwin)
Info for filetype: idris
Global mode: active
Filetype idris is active
The current file will be checked automatically
Available checker: idris
Currently enabled checkers: -

I activated some debug and I get the information that

syntastic: 0.052995: CacheErrors: no checkers available for idris

The full debug information can be found at

"enum.idr" 16L, 215C
syntastic: 0.049073: g:syntastic_version = '3.8.0-110 (Vim 800, Neovim, Darwin)'
syntastic: 0.049318: &shell = '/bin/zsh', &shellcmdflag = '-c', &shellpipe = '2>&1| tee', &shellquote = '', &shellredir = '>%s 2>&1', &shelltemp = 1, &shellxquote = '', &autochdir = 0, &shellxescape = ''
syntastic: 0.050125: UpdateErrors (auto): default checkers
syntastic: 0.050556: CacheErrors: default checkers
syntastic: 0.051391: g:syntastic_aggregate_errors = 0
syntastic: 0.051762: $TERM = 'xterm-256color'
syntastic: 0.051992: $TMPDIR = '/var/folders/s8/snh3nx3n1xx7jdmjh7qsbqh00000gp/T/'
syntastic: 0.052160: $PATH = '/Users/johan/.nvm/versions/node/v8.4.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/MacVim.app/Contents/bin'
syntastic: 0.052521: getcwd() = '/Users/johan/workspace/idris'
syntastic: 0.052995: CacheErrors: no checkers available for idris

I'm pretty new to vi so please bear with my limited understanding.

@martinsson martinsson changed the title Syntastic is silent Syntastic is not enabled Apr 2, 2018
@buonuomo
Copy link

buonuomo commented Jul 25, 2018

@martinsson , Do you have

let g:syntastic_idris_checkers=['idris']

in your .vimrc?

@martinsson
Copy link
Author

Doh! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants