-
### Expected behavior
Issuing `:echom string(neomake#statusline#LoclistCounts('all'))` several times after multiple saves without changing anything in the code should always yield same values
…
fuine updated
7 years ago
-
I am using vim/neovim's native package loading. Does this require any extra steps to get `neomake#configure` commands working?
[This issue](https://github.com/neomake/neomake/issues/1845) appears t…
-
Neomake should probably pass `-x c++` to clang-check, instead of simply calling the c version. The reason for this is sometimes a project will contain cpp files ending in `.h`, which vim identifies as…
-
The message would show up during the scanning, and disappear when the scanning is done and leave the panel open.
Close the panel if it is empty, and try to preserve messages if it is useful.
-
Sometimes I kill the Intero process in order to save memory usage. When I do so, every time I save with the Neomake maker I get an error that the Intero process is still starting up.
-
I made some changes to have more convenient with PHP makers.
My config allow to use:
- a global executable
- a composer executable when file has a project root
- a global configuration (with ar…
-
### Expected behavior
I expected `:Neomake` command should execute `javac` with non-blocking vim editor.
However, when I typed `:Neomake` in `some.java` file, the vim editor was blocked by `Neomak…
-
Does neovim actually checks the syntax ? In fact, I get no error when writing simple syntax errors as `e piston_window::*;` instead of `use piston_window::*` or `f main()` instead of `fn main()`. Is t…
-
https://spacevim.org/use-vim-as-a-python-ide/
-
It would be great if it worked with neovim. If you can give me some pointers, I might port ghcmod-vim myself.