Pontus Leitzler
Pontus Leitzler
[As several repositories are already moving away](https://github.com/github/renaming) from having the default branch named `master`, I suggest that `vim-go` should use the repository default branch when the user hasn't explicitly set...
In LSP there is a concept of "semantic tokens" that gopls can provide us. It allows us to do a more granular syntax highlighting than vim provides default for Go....
Investigate what we need to do to be able to specify Go version as, for example, `1.18.x` instead of the current way where we specify exact version, e.g. `1.18.1`. How...
This is a reminder to add test cases for hover when we upgrade to a Go version that reports multi-lined diagnostics. Currently I only found them when using type parameters...
### What version/commit of `govim` are you using? 6f9ddfc ### What did you expect to see? This is a follow up to PR #1069 where we added support for multiple...
The file watcher in darwin is recursive so adding and removing directories to watch was no-ops. One issue with that was that the filtering in cmd/govim/watcher.go that made sure files...
This is an experiment for how Call Hierarchy UX could be implemented. Don't mind the ugly code, it is a quick hack to just to try out different things. It...
The stringfn test in `cmd/govim/testdata/scenario_default/stringfn.txt` do not include any test for a ranged stringfn call without visual mode (https://github.com/govim/govim/pull/971#pullrequestreview-506519999) While adding it, also restructure the test case to have separate...
After renaming the default branch for `govim` to `main` we ran into an issue with `vim-plug`. It turns out that `vim-plug` defaults to `master` unless a branch is explicitly set,...
CI action: https://github.com/govim/govim/pull/908/checks?check_run_id=879622445 Log: [12_test (ubuntu-latest, go1.14.4, gvim, v8.2.0931).txt](https://github.com/govim/govim/files/4936740/12_test.ubuntu-latest.go1.14.4.gvim.v8.2.0931.txt) Artefacts: * [gopls.log](https://github.com/govim/govim/files/4936729/gopls.log) * [govim.log](https://github.com/govim/govim/files/4936730/govim.log) * [vim_channel.log](https://github.com/govim/govim/files/4936731/vim_channel.log)