Damien Stanton

Results 4 issues of Damien Stanton

Using a modern version of Go (1.15.2 in my testing), the instructions are simplified to the point where I would not call it "harder". `GOPATH` and `GOBIN` are no longer...

Trust users to have already set up their environment correctly. Fixes #63

Currently getting this vendor error when running `make install` on an M1 (Arm64) macOS machine. ```console :: make install dune build @install && dune install File "ocaml-lsp-server/vendor/merlin/src/config/merlin_config.ml", line 8, characters...

With the released version, _all_ gitu commands for showing, editing etc. using the `EDITOR` env var and others will fail because we try to launch the subprocess command directly. On...