Neovim With Lua
The Backstory I have been a vim user since a decade back and switched to using neovim more than five years ago. Anyone familiar with the vim/neovim ecosystem would know how much it has evolved in the last few years. I had started with using Vundle for managing my plugins, moving to Plug at a later point. All this while my configuration was a simple vim script (init.vim) where my configurations were neatly organized in less than ~200 lines....