neovimhaskell / nvim-hs

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

Register autocmd hooks from within scripts #28

Closed saep closed 9 years ago

saep commented 9 years ago

It should not be limited to the Plugin definition.

saep commented 9 years ago

This is way more involved than I anticipated #31. But I guess that this is still the right time for such changes.