-
I'm using neovim v0.2.1-29-g631d55ad
When using prettier to format huge unformatted js files (~800 LOC), the formatter hangs for many minutes. While prettier execute in less than a second, the cons…
-
I set up my vimrc like in README.md, but I get the flow help menu in the Quickfix
-
Hdevtools is great! I find I delete the .hdevtools.sock and pkill hdevtools a lot though. I'm always installing packages and editing some file in vim (+neomake), only to find out that I need to kill t…
bonds updated
8 years ago
-
It's unclear to my newbish eyes how quickfix is supposed to work. The first point of confusion comes from the numerous strategies for which quickfix is supported, but then you state to use dispatch.vi…
-
This is probably related to #1956 and/or #1979 but I'm not entirely sure.
I've configured neomake to launch rubocop via docker-compose. As far as I can see it's launching fine and gets results back…
-
Subj. Internal NeoVim's LSP client shows virtualtext descriptions on each warning, so it should be possible.
-
Via https://github.com/tracyone/neomake-multiprocess/commit/e92f4fb9353a063cb3b54555d3620c825726f460
/cc @tracyone
-
Hi,
Some tools (aka makers) offer "fixing" functionality. For instance, `eslint` invoked with the `--fix` flag will try to automatically fix found problems when it's possible (stuff like wrong indent…
-
I'm new to swift so I'm not familiar with how things are supposed to work. Is there a way to get syntax errors to show up when editing a standalone file?
Similarly, if I edit a file that's part of …
-
It would be nice to have `endColumn` being set with rule SC2034 ("X appears unused"), where it is currently the same as `column`.
Example output:
> [{"file":"tests/run.sh","line":20,"endLine":20…