first commit

This commit is contained in:
timofey.kovalev
2024-11-18 16:24:04 +03:00
parent 6f97961493
commit de76d823e7
10 changed files with 102 additions and 0 deletions

4
lua/config/keymaping.lua Normal file
View File

@ -0,0 +1,4 @@
local map = vim.keymap.set
map("n", "<leader>e", ":Neotree<CR>", { desc = "nvimtree focus window" })