neovimhaskell / nvim-hs

Neovim API for Haskell plugins as well as the plugin provider
Other
267 stars 18 forks source link

Move travis tests to new container-based format #39

Closed saep closed 7 years ago

saep commented 9 years ago

Last time I checked, it does not work because neovim is not a trusted package (see here).

The problem will resolve itself once neovim has a public release, I think. But, if somebody wants to take care of adding a trustworthy ppa to that whitelist, feel free to do so and ping this issue it it is done.

saep commented 9 years ago

Here's a check list:

saep commented 7 years ago

Implemeted by supplying the output of nvim --api-info as a file if nvim is not on the PATH.