mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
5 lines
No EOL
300 B
Lua
5 lines
No EOL
300 B
Lua
-- Keymaps are automatically loaded on the VeryLazy event
|
|
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
|
|
-- Add any additional keymaps here
|
|
|
|
vim.keymap.set("n", "<leader>e", ":NvimTreeToggle<CR>", { desc = "Toggle file explorer" }) |