This commit is contained in:
Alexander Courtis
2023-04-18 10:17:22 +10:00
committed by GitHub
parent 8f392fa763
commit 5aa318c159

View File

@@ -383,6 +383,8 @@ function M.generate_legacy_on_attach(opts)
return
end
notify.info "view.mappings.list has been deprecated in favour of on_attach. Please run :NvimTreeGenerateOnAttach and visit https://github.com/nvim-tree/nvim-tree.lua/wiki/Migrating-To-on_attach"
local mapped_keys = all_mapped_keys(list)
local unmapped_keys = all_unmapped_keys(list, remove_keymaps)