Closed dyrkow closed 8 months ago
What is keys/map.
This is not a place to dump in your config and make us debug it for you.
Please follow the instructions in the template and make sure that the issue is reproducible with a SINGLE file.
Your config only calls setup function, but the template also includes installing the plugin etc.
Please read other issues before making an issue.
https://github.com/nvim-neo-tree/neo-tree.nvim/discussions/1345
Did you check docs and existing issues?
Neovim Version (nvim -v)
v0.9.1 2.1.0-beta3
Operating System / Version
MacOS 13.1
Describe the Bug
When you press the enter key, files and folders open instantly. But when I specify the opening of files and folders through the "о" button, it is an order of magnitude slower
In
mapping_options
i set upnowait = true
, but steel not workingScreenshots, Traceback
https://github.com/nvim-neo-tree/neo-tree.nvim/assets/8726541/2f1c528b-07c7-4a2e-b046-b7af6f11b91a
Steps to Reproduce
space
+n
o
orenter
Expected Behavior
The
open
function must be executed at the same speedYour Configuration