first commit
This commit is contained in:
4
lua/config/keymaping.lua
Normal file
4
lua/config/keymaping.lua
Normal file
@ -0,0 +1,4 @@
|
||||
local map = vim.keymap.set
|
||||
|
||||
map("n", "<leader>e", ":Neotree<CR>", { desc = "nvimtree focus window" })
|
||||
|
Reference in New Issue
Block a user