Neovim for Beginners — Snippets using Lua
Better coding experience using snippets.
In the previous article, we configured snippets plugins and wrote our snippets using Lua. We will build on the existing setup and improve the configuration to help us code more efficiently. We are going to
- Refactor existing configuration to use Lua snippets loader.