Closed peeeyow closed 1 year ago
You might have to add neo-tree as a disabled filetproduksjon, see https://github.com/m4xshen/hardtime.nvim/issues/33
You might have to add neo-tree as a disabled filetproduksjon, see m4xshen/hardtime.nvim#33
It's already present in the current setup. What I want to add is the neo-tree-popup
filetype (this is different from neo-tree
). I believe it's logical to add this since the plugin is also disabled in neo-tree
.
Appreciate the PR!
Checklist
Neovim version (nvim -v)
0.9.1
Operating system/version
Fedora 38
Terminal/GUI
kitty
Describe the bug
Only arrow keys are allowed to move the cursor when renaming things on the
neo-tree-popup
filetypes. hardtime-nvim must be disabled in this filetype just like how theneo-tree
is included in thedisabled_filetypes
Steps to Reproduce
neo-tree
<LEFT>
or<RIGHT>
keys it will say that the keys are disabled.Expected behavior
I must be able to use the my left and right arrow keys in the
neo-tree-popup
.Screenshots
Additional Context
No response