I would to have a autocompletion exactly as in sublime text but in vim.
I want this behaviour :
- When I start to type a word, I want to have a box which suggest completions;
- In the suggested completions, I want to have last words used;
- I want to have functions finded through ctags;
- I want to have standard functions for the language I'm using;
- I want to have snippets;
There is a lot of plugins about autocompletion for vim and I'm lost.