ncm2 / ncm2

:heart: Slim, Fast and Hackable Completion Framework for Neovim
MIT License
1.34k stars 42 forks source link

Add SimpleSnippets.vim support? #127

Open roxma opened 5 years ago

roxma commented 5 years ago

https://github.com/andreyorst/SimpleSnippets.vim

aecepoglu commented 5 years ago

https://github.com/andreyorst/SimpleSnippets.vim/issues/1#issuecomment-427096439

So. It's been a while.

I've worked on SimpleSnippets.vim, because I wanted fast and comprehensive snippet support in Vim, without need for python dependencies or anything else. I'm pretty happy with this plugin, It serves me well, however inside it is hell of a garbage, to be honest. I've tried to do some refactoring with 0.2.0 version, but realized that I simply do not want to do it. Plugin works fine, yes, there are some limitations, but it is definitively not a bad plugin on it's own. I just feel tired when it comes to write viml. So I've decided to step out for a while. I need fresh air, so I've tried Kakoune in past few months, and now I'm exploring Emacs. TBH I kinda like it more than Vim, so maybe I'll never come back to writing viml again, and therefore there will be no 0.2.0 version of this snippet manager from me. If someone wants to take on SimpleSnippets.vim, I'll be happy to provide access to the repo. In current state plugin is stable, and no critical (or any) bugs were spotted by me. It's just not the best implementation.

I'm closing this issue for now, and I'll add a note, that much likely will point to this comment, so newcomers would be aware that the plugin isn't actively maintained.

So long.

roxma commented 5 years ago

I'm aware of that anouncement. But the author is still accepting PR: https://github.com/andreyorst/SimpleSnippets.vim/pull/48

I also noticied that,

no critical (or any) bugs were spotted by me