Neovim for Beginners — Session
Session management using Lua.

Managing sessions in Neovim is simple. By default, Neovim already provides several commands that we can use to manage sessions. In this article, we are going to
- Understand the basic concepts and commands to manage sessions.
- Develop a Lua module (around 100 lines of code) to help us save, list, delete and track…