colepeters / spacemacs-theme.vim

Spacemacs-flavoured colorscheme for Vim and iTerm
133 stars 22 forks source link

neomake signs not working #4

Open carlitux opened 7 years ago

carlitux commented 7 years ago

When linter finish no signs on left side.

colepeters commented 7 years ago

Could this be a problem within your linter config? I’m seeing linting signs just fine over here:

image

carlitux commented 7 years ago

@colepeters there is any requirement? I am using now monokai and signs are working.

colepeters commented 7 years ago

@carlitux No, there are no requirements. Which plugin are you using for linting, and what is your configuration?

carlitux commented 7 years ago

https://github.com/neomake/neomake on javascript with eslint and flow

colepeters commented 7 years ago

Can you also paste your neomake config?

carlitux commented 7 years ago

Just this

let g:neomake_javascript_enabled_makers = ['eslint', 'flow']
let g:neomake_autolint_sign_column_always = 1
let g:neomake_ft_maker_remove_invalid_entries = 1