#
neomake
Here are 8 public repositories matching this topic...
rslindee
commented
Jun 12, 2018
Is it possible to provide some descriptions in the documentation about some of the global variables (such as g:asyncrun_silent)? It looks like there are quite a few of said variables, and only two appear in the documentation.
Personally, I'm very interested in what variables are available and how they are intended to be used.
A vim plugin for running multiple process asynchronously base on neomake.
-
Updated
Jun 14, 2019 - Vim script
lightline plugin: Neomake indicators for the Lightline vim plugin.
-
Updated
Oct 17, 2019 - Vim script
lightline.vim component showing numbers of make warnings and errors for neomake
-
Updated
Nov 27, 2018 - Vim script
Various files for better syntax highlighting: grgen, tina, lola - I'm not always the author
-
Updated
Aug 22, 2018 - Vim script
Improve this page
Add a description, image, and links to the neomake topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the neomake topic, visit your repo's landing page and select "manage topics."
Expected behavior
Disable an annoying clang-tidy warning on linux
Steps to reproduce
In this case I would need to pass --checks=-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling to clang-tidy
Adding this as args for the c ma