spacemacs-theme.vim icon indicating copy to clipboard operation
spacemacs-theme.vim copied to clipboard

neomake signs not working

Open carlitux opened this issue 7 years ago • 6 comments

When linter finish no signs on left side.

carlitux avatar Jul 20 '17 20:07 carlitux

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

image

colepeters avatar Jul 20 '17 22:07 colepeters

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

carlitux avatar Jul 21 '17 00:07 carlitux

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

colepeters avatar Jul 21 '17 08:07 colepeters

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

carlitux avatar Jul 21 '17 13:07 carlitux

Can you also paste your neomake config?

colepeters avatar Jul 22 '17 08:07 colepeters

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

carlitux avatar Jul 22 '17 12:07 carlitux