neovimhaskell / nvim-hs

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

Windows support #102

Closed saep closed 1 year ago

saep commented 1 year ago

Fixes #100 Fixes #101

The api-definition is parsed from the api file in the repository because there seems to be a bug in the output of nvim --api-info. https://github.com/neovim/neovim/issues/20977