coala-vim
coala-vim copied to clipboard
Vim plugin for coala
Add a file named `PULL_REQUEST_TEMPLATE.md` which includes general information and guidelines for the author of Pull Request, you can see PULL_REQUEST_TEMPLATE.md of `coala` repository for reference. label: initiatives/gci Opened by...
Add a file named `ISSUE_TEMPLATE.md` which includes general information and guidelines for issue reporter, you can see ISSUE_TEMPLATE.md of `coala` repository for reference. label: initiatives/gci Opened by @Monal5031 at [gitter//Monal5031](https://gitter.im//Monal5031?at=59f361dc8808bed73d36ef67)
Related to https://gitlab.com/coala/mobans/issues/31
There should be regular tests of coala-vim to ensure flawless functionality with the latest versions of coala.
Syntastic does seem to look pretty promising. It's well-documented. The interface looks good and it does the job. The plugin itself has proper support and works with all the major...
It takes about 3 seconds to run in command line, but it will be like a minute when using the plug-in. Is it scanning only the current file or not?
As https://github.com/coala/coala-vim/pull/27/files does for `vim-plug`; we can ultimately choose to keep the entire installation methods or we can list out which package managers support the installation of `coala-vim`.
In issue https://github.com/coala/coala-vim/issues/21, @adtac said your'e thinking about deprecating coala-vim in favor of neomake. I opened this issue to discuss this. The following illustrates a working example of coala+neomake, and...
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...
When using native `coala`, I would have an interactive mode when there is any suggestion. Can we do it in vim like a merge tool panel? e.g. https://asciinema.org/a/12436gcrwmuf169s2ze6eedpi Or, could...