7 lines
124 B
Lua
7 lines
124 B
Lua
|
local G, opt = require('G'), {noremap = true}
|
||
|
|
||
|
--NvimTree
|
||
|
G.map({
|
||
|
{"n", "<c-e>", ":NERDTreeToggle<CR>", opt},
|
||
|
})
|