Pontus Leitzler

Results 35 comments of Pontus Leitzler

> Also see #854. Oh, thanks. I did look through the issues but must have missed it, apologies for that! With regards to the current work by GitHub related to...

from https://github.com/junegunn/vim-plug/issues/854#issuecomment-511287991: > This was discussed several times in the past. You should be able to find some related issues here. While I do not disagree with the suggestion, implementing...

I suggest re-opening this as per https://github.com/junegunn/vim-plug/pull/1007#issuecomment-683393634

@junegunn I don't think I know vimscript well enough to get it right unfortunately (and I seem to have missed the notification for this one, sorry about it). Revisited this...

Looks like gopls isn't sending updated diagnostics (sometimes) when GC details is turned off, tracked by golang/go#44826

Thanks for the report! There are parts of govim (and gopls) that require watching for file events, and those are currently implemented using https://github.com/fsnotify/fsevents that uses CGO. Please let me...

How it loooks in VSCode, from https://twitter.com/mholt6/status/1236094967023456261: ![image](https://user-images.githubusercontent.com/3111805/76144116-6632b880-607d-11ea-9504-19eb9f8da0d1.png)

There is also the upcoming feature in https://go-review.googlesource.com/c/tools/+/222247/ that adds CodeLens for `go:generate`.

I've been doing some experiments with this. So far found golang/go#43376 that is blocking.

Also see golang/go#43438 and golang/go#43456