In the last article, we saw the basics of creating plugins in Lua using floating windows. Now it's time for a more traditional approach....
One of goals which neovim devs set for themselves, was making lua the first-class scripting language alternative to viml. Since version 0.4 its' interpreter along with 'stdlib' have been already bu...