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

Warnings & errors not showing up in gutter #4

Open
jeromecovington opened this issue Apr 28, 2017 · 0 comments
Open

Warnings & errors not showing up in gutter #4

jeromecovington opened this issue Apr 28, 2017 · 0 comments

Comments

@jeromecovington
Copy link

I'm expecting warnings and errors to be noted in the gutter when saving a file, as my other linting tools do, but that is not happening.

Here is my .vimrc plugin settings:

" plugin settings
let g:ctrlp_match_window = 'order:ttb,max:20'
let g:NERDSpaceDelims=1
let g:gitgutter_enabled = 0
let g:syntastic_shell = '/bin/bash'
let g:syntastic_javascript_checkers = ['eslint']
let g:used_javascript_libs = 'flux,react,lo-dash'
let g:syntastic_sass_checkers=["sass_lint"]
let g:syntastic_scss_checkers=["sass_lint"]

I have both of these installed:

Plugin 'scrooloose/syntastic'
Plugin 'gcorne/vim-sass-lint'
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

1 participant