-
When the `cargo` maker is run, the short error shown in the statusline is usually helpful. The exception is for type mismatches, where it will simply show `cargo: mismatched types`, without communicat…
-
OS: Mac OS High Sierra
NVIM: v0.2.2
Deoplete-clang2: 787dd4dc7eeb5d1bc2fd3cefcf7bd07e48f4a962
Summarry: There is no functions suggestions from C++11 and above even if
`let g:deoplete#sources#cl…
-
The haskell maker tries eagerly to use the 'stack' command if it's available (e.g.: https://github.com/neomake/neomake/blob/master/autoload/neomake/makers/ft/haskell.vim#L92). Given that the Haskell c…
-
When the following program is tested:
```
package main
import "fmt"
func main() {
a := 1
b := 2
if a + b > 6 {
fmt.Println(a + b) // note - no closing brace here
} …
-
The current vim-rspec + dispatch impleemntation is broken, plus it'll be cool to
integrate with other test commands and languages.
https://github.com/kassio/neoterm looks interesting but it doesn;t s…
-
The docs on the difference between `g:neomake__maker` and `g:neomake___maker` could be a little easier to scan. Particularly, there should probably be tags at the top to show the reader that both of t…
-
I'm running Neomake on this silly file:
````cpp
#include
int main() {
std::cout
-
...and because compiling takes a while, it prevents me from navigating around in my source file for a fraction of a second after I save, and leaves unsightly escape codes sitting there.
-
Running HEAD, attempting to execute a misbehaving or misconfigured maker that ends up exiting with an error (exit code != 0) and stderr output, Neomake ignores it completely by default and does not gi…
-
I'm using neomake with the automake function, really like it. It strikes a nice balance between flexible, and sensible for common cases.
I really like most of the "outputs" of linting in response …