Show HN: VimCompletesMe, my first Vim plugin for Tab Completion (github.com)
I made this because I was using SuperTab and noticed that it uses a lot more code when I wanted something really simple: for Vim to intelligently choose what to autocomplete for me. Maybe it has more features but to me, it tried to do too much in a single plugin.
So my goal here was to made a dead-simple, minimalistic Tab completion plugin. It does this with less than 60 lines of source code, compared to around 800 for Supertab. I hope you like it as much as I do.
5 comments
[ 2.7 ms ] story [ 23.7 ms ] threadSo my goal here was to made a dead-simple, minimalistic Tab completion plugin. It does this with less than 60 lines of source code, compared to around 800 for Supertab.
I hope you like it as much as I do.
I like simple plugins that do one thing and one thing well. And you can see why I decided to make this plugin :)
I'm just trying to make people realize that there are better alternatives to YCM. I quite like neocomplete, which does the same thing as YCM, but is much, much, much smaller and lighter.