-
Hi,
Can we have an addition to the go linters for revive? https://github.com/mgechev/revive
I copied the golangci-lint definition and added this locally and it seems to work
```
function! ne…
-
Errors in Vim are currently quite hard to read, looking like this:
![error1](https://user-images.githubusercontent.com/3090888/34940160-cd29f384-f9ee-11e7-9ebd-467f4f5cc543.png)
I solved this for …
-
### Expected behavior
Hi, I am the author of [nvim-typescript](https://github.com/mhartington/nvim-typescript) and I'm working on replacing the built in typescript tsc maker, with one that uses t…
-
please fix asap thanks
referenced code:
```
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/juneg…
-
I've noticed that `source` will re-use the previous script ID in Docker.
Vader uses `:source` with temporary files, and inside of Docker the previous `s:` context is kept.
The behavior in Docker…
-
### Prerequisites
- [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md)
- [X] I have already [searched in existing fe…
-
Currently, the flow maker gives out a relatively uninformative error message.
![image](https://cloud.githubusercontent.com/assets/5294606/16320023/a4807d72-398d-11e6-8dd1-9a71e53a5d43.png)
It only g…
-
I prefer the output from ghcmod-vim to the default ghc_mod checker in syntastic, mostly because it displays the newlines properly and because it can run asynchronously.
However I like the multilanguag…
toonn updated
9 years ago
-
It contains a lot of duplication, we could avoid it
Further information on https://github.com/PrestaShop/hummingbird/pull/321#event-7000584020 thread
-
Right now, at least for me, errors always end up at the very bottom of the location list.
Errors are more important, though, and really should be at the top. There may be warnings you are intentional…