nvim-hs
nvim-hs copied to clipboard
Neovim API for Haskell plugins as well as the plugin provider
Results
12
nvim-hs issues
Sort by
recently updated
recently updated
newest added
When `nvim_buf_get_extmark_by_id` is called with a map containing `{"details ": true}`, it also returns the details object. But nvim-hs is expecting to parse the result as `Vector Int64`, which isn't...
bug
upstream
workaround
Neovim uses named pipes by default to create a listen socket on windows. On Linux, a unix domain socket is used. However, I couldn't find a library that can create...
enhancement
help wanted
low priority
platform: Windows