spacemacs-theme.vim
spacemacs-theme.vim copied to clipboard
neomake signs not working
When linter finish no signs on left side.
Could this be a problem within your linter config? I’m seeing linting signs just fine over here:
@colepeters there is any requirement? I am using now monokai and signs are working.
@carlitux No, there are no requirements. Which plugin are you using for linting, and what is your configuration?
https://github.com/neomake/neomake on javascript with eslint and flow
Can you also paste your neomake config?
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