nvim/lua/neovim/keymap.lua

7 lines
124 B
Lua
Raw Normal View History

2023-10-01 00:45:00 +08:00
local G, opt = require('G'), {noremap = true}
--NvimTree
G.map({
{"n", "<c-e>", ":NERDTreeToggle<CR>", opt},
})