neovimhaskell / nvim-hs

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

WIP: Feature/standalone plugin #70

Closed saep closed 5 years ago

saep commented 5 years ago
saep commented 5 years ago

I believe this is way too complicated and can be implemented with a few lines of vimL code and using the remote-plugin-management functionality of neovim.

saep commented 5 years ago

The PR in #71 is probably a better approach to this.