Neomake: indicator that neomake is running

Created on 8 Jan 2017  路  6Comments  路  Source: neomake/neomake

If there is no linter defined, only then should :Neomake produce no output. Otherwise, it should give a little message that it is running so I know that something is happening.

enhancement

Most helpful comment

Included in #1416.

Not merged yet though - you might want to provide feedback there.

All 6 comments

I would find this too spammy, but maybe increasing/adjusting g:neomake_verbose helps you / could be tamed to fit this use case better.

There is certainly a difference though between running it manually or automatically, which makes it belong to https://github.com/neomake/neomake/projects/1 somehow.

I am using an indicator myself in the statusline: https://github.com/blueyed/dotfiles/blob/ce42f6c9b67642582d490014765e47d94c1cf7a7/vim/plugin/statusline.vim#L402-L413

Related: #337 (also from you).

Would love this, either as part of the plugin, a separate plugin, or in my own statusline. Haven't taken the time to figure out VimScript yet though, so I can't grok enough of your solution to insert it into my own flow, @blueyed. g:neomake_verbose is not doing the trick for me, unfortunately.

Included in #1416.

Not merged yet though - you might want to provide feedback there.

1416 has been merged.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iwyg picture iwyg  路  6Comments

sakhnik picture sakhnik  路  5Comments

cycomanic picture cycomanic  路  3Comments

dolohow picture dolohow  路  5Comments

sirex picture sirex  路  6Comments