Heache Bear
Heache Bear
Can you list the steps to repoduce the issue? And will this issue still occur after disabling the vscode-neovim extension? @Devin-Pi
There is no `spc`+`e` shortcut in explorer, there is only `space` to expand folder or preview file. I can't reproduce the issue in Fig.1 
> Thanks for your reply! Now, I have got this ERROR. It seems related to the Buffer Manger. It is strange.  Actually, neo-tree plugin is disabled when you use...
1. What is your `nvim --version` 2. Which keymap did you use to paste? Maybe a full steps list is helpful.
`autohide` is what you want, but it only work when `jump_labels` is false. So, you have to disable `jump_labels` too in operator-pending mode. ```lua { modes = { char =...
@nullromo What is your config?
```diff opts = { label = { -- only use lowercase letters for jump labels uppercase = false, -- use as the first label current = false, -- position the...
```diff opts = { label = { -- only use lowercase letters for jump labels uppercase = false, -- use as the first label current = false, -- position the...
@fdschmidt93 It is improved, but still exist.
It works good in mini init.lua, but not after install lots of plugins that make my nvim slow.