AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.21k stars 242 forks source link

hardtime-nvim disables arrow keys on neo-tree-popup #530

Closed peeeyow closed 1 year ago

peeeyow commented 1 year ago

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 the neo-tree is included in the disabled_filetypes

Steps to Reproduce

  1. Include the following in your config
    {
      "AstroNvim/astrocommunity",
      { import = "astrocommunity.workflow.hardtime-nvim" },
    }
  2. Open neo-tree
  3. Rename one of the files/directories. A pop up will appear and if you want to move the cursor using <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

image

Additional Context

No response

Uzaaft commented 1 year ago

You might have to add neo-tree as a disabled filetproduksjon, see https://github.com/m4xshen/hardtime.nvim/issues/33

peeeyow commented 1 year ago

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 .

Uzaaft commented 1 year ago

Appreciate the PR!