Build your first Neovim configuration in lua
Neovim is a tool both powerful and extensible. With some effort it can do more than just modify text in a file. Today I hope I can teach you enough about Neovim's lua api to be able to build your own configuration.
We will create a configuration file...
vonheikemen.hashnode.dev19 min read
Otis Jame
kagoodmedia
Creating Infinite Craft a configuration file called init.lua and adding plugins is a crucial first step in customizing Neovim to suit your workflow.