leonklingele

Results 124 comments of leonklingele

Go 1.12 supports [`os.UserHomeDir()`](https://golang.org/pkg/os/#UserHomeDir).

Correct me if I'm mistaken, but having an `HOME` env var is required for [POSIX compliance](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html). If it is unset for whatever reason, that is an issue which needs to...

Latest Go version: `go version go1.8.3 darwin/amd64`

Latest master (10fa177ee284106fd80ea66f5fa361cb2b36fe15) is still broken.

See my previous comment: https://github.com/dzhou121/gonvim/issues/15#issuecomment-305147922

> Also, does it output anything in the command line? No

`nvim`? `gonvim --version` results in the same empty window as without `--version

> Requirements > Neovim Oh.. I totally missed that. 🙀 It still would be nice to show an error instead of an empty view if neovim is not installed.

I have installed nvim v0.2.0 now. `gonvim` still shows an empty window but logs something to the command line: ```txt Unhandle event update_sp Unhandle event mode_info_set ```