-
I just see the pic of jedi-vim, and there is a pic
![](https://raw.githubusercontent.com/davidhalter/jedi/master/docs/_screenshots/screenshot_function.png)
I think we can use `conceal` feature …
-
Via https://github.com/tweekmonster/vim-testbed/issues/1#issuecomment-239695455 from @tweekmonster:
> I was also thinking about removing the requirement of sourcing /rtp.vim and having a standard vim…
-
It makes sense to use e.g. `python2` if it is used in the shebang instead of `python`.
See the `sh` maker.
Via https://github.com/neomake/neomake/issues/449#issuecomment-225687472.
-
Since mypy (or other linters) can take some time (for mypy: until #58 is fixed though), it's not always clear if the linters runs are still in progress or not.
The indicator could be placed here, t…
-
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…
-
Should include best practices for e.g submitting new makers.
I can think of e.g. linking to good examples and a relevant section in the documentation.
Ref: https://github.com/neomake/neomake/pull/5…
-
I tried to create a html5 linter, because I found the default one to be outdated. This is what I wrote so far following this [description](https://github.com/validator/validator/wiki/Service:-Input:-P…
-
Hi,
I would like to have a `run.sh` script that once executed in the terminal, will provide me with the output of my Vader tests.
I have already used the information provided in the **_Isolated …
-
https://github.com/PrestaShop/PrestaShop/pull/28127/
Base on:
https://github.com/PrestaShop/classic-theme/pull/21
-
### Steps to reproduce / Expected behavior
Hopefully, I'm not confusing something but this is my issue: Let's say I have a file test.go with this content:
```
package main
import "fmt"
func m…