feat(mapping): deprecate user mappings and add on_attach (#1424)

This commit is contained in:
Kiyan
2022-07-26 11:09:39 +02:00
committed by GitHub
parent 5f30a7bee4
commit 64cc3c17e1
6 changed files with 385 additions and 128 deletions

View File

@@ -1,3 +1,5 @@
-- @deprecated: new implemention in nvim-tree.keymap. Please do not edit this file.
local a = vim.api
local log = require "nvim-tree.log"