Updated: 12 February 2026
Notes
See https://lazy.folke.io/spec for details on specifying a plugin for loading by lazy.nvim .
:LazyRootshow set of directories Lazy considers to be a root e.g. cwd root, lsp root, .git / lua root.<Leader>eopen explorer at the root directory (see:LazyRoot).<Leader>Eopen explorer at the current working directory.
Undo the LazyVim re-mappings of k -> gk and j -> gj
vim.keymap.del({ "n", "x" }, "k")
vim.keymap.del({ "n", "x" }, "j")