Keymaps in Neovim 0.5 with Lua
Nov 5, 2021 · 5 min read · Hopefully you have read my last post on the basics of configuring Neovim. You must already be having a lua/ folder, so let's start by creating a keymaps.lua file inside it. Make sure to execute the command below in your nvim configuration directory. ...
RRafiul commented