-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of plugins using nvim-hs #86
Comments
There is also https://github.com/topics/nvim-hs but it doesn't look exhaustive. |
Sorry for answering so late. That list is pretty much what I know of existing plugins as well. As far as scripting goes, I never went further than https://github.com/saep/nvim-hs-ghcid. This was mostly because I had no idea for a useful plugin for which there doesn't exist a plugin yet. The intention of nvim-hs is to allow you to write neovim plugins without the quirkiness of vimL. It shouldn't be different to writing plugins/scripts in other languages and I'm also a novice when it comes to these things. :-) I'm actually running Doom Emacs for the last 7]months because outside of Intellij (I do mostly Java at work), I mainly need to track my time and take notes, so org-mode is perfect for that. Also, magit is an awesome git client which I learned to love. So apart from quick edits and firenvim, I barely use neovim anymore which is sad, because apart from these 2 apps/modes, I feel that neovim is superior in most regards. :S |
Thanks! Will give it a shot with what's available then :) I've also strayed away from vim for spacemacs/doom for a few months, Org (that font-lock is pure beauty) and Magit are definitely very strong arguments; but I switched back to (n)vim because while on the surface Evil is a very close emulation, in practice it was frustrating me too much. For Org, I've settled on using just plain markdown, with my custom tags (ie. just put Thanks again. |
Hey,
Is there a list of plugins using nvim-hs ?
I'm still learning and reading code of other plugins would be a big help; the examples in this repo are a good start, but I'd like to see the "real deal" too ^^.
Thanks !
The text was updated successfully, but these errors were encountered: