Vim plugins in Haskell - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sridhar Ratnakumar

Does anyone write their Vim plugins in Haskell? cf. https://github.com/neovimhaskell/nvim-hs

Neovim API for Haskell plugins as well as the plugin provider - neovimhaskell/nvim-hs
Torsten Schmits

I do, I created a higher-level framework: https://github.com/tek/ribosome no docs yet though.
also a few plugins: https://github.com/tek/myo https://github.com/tek/proteome https://github.com/tek/uracil

nvim-hs api extensions. Contribute to tek/ribosome development by creating an account on GitHub.
neovim layout & command manager. Contribute to tek/myo development by creating an account on GitHub.
neovim project manager. Contribute to tek/proteome development by creating an account on GitHub.
neovim yank and paste manager. Contribute to tek/uracil development by creating an account on GitHub.
Georgi Lyubenov // googleson78

I wonder if it would be easy to hook to the agda lib api using nvim-hs to write an agda plugin for vim :thinking:
(not familiar at all how usable the agda lib's api is on its own though)