Description
I requet to export default keymapping to ensure stable api .e.g.:
local keymaps = require("nvim-tree").DEFAULT_KEYMAPS
...
Can this functionality be implemented utilising API?
- Well, it can, but the following is not guaranteed to be stable:
require("nvim-tree.keymap").keymaps
Note The callbacks should be exported explicitly!