Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardtime.nvim not disabled on dressinginput buffer #548

Closed
3 tasks done
peeeyow opened this issue Sep 1, 2023 · 3 comments · Fixed by #549
Closed
3 tasks done

Hardtime.nvim not disabled on dressinginput buffer #548

peeeyow opened this issue Sep 1, 2023 · 3 comments · Fixed by #549
Labels
bug Something isn't working

Comments

@peeeyow
Copy link
Contributor

peeeyow commented Sep 1, 2023

Checklist

  • I have searched through the AstroNvim docs
  • I have searched through the existing issues of AstroNvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.9.1

Operating system/version

Fedora 38

Terminal/GUI

kitty

Describe the bug

Hardtime.nvim is active on dressinginput popup.

Steps to Reproduce

  1. Using default astronvim keybindings. Go to a symbol that is renameable.
  2. Rename it using <leader>lr.
  3. Move cursor using arrow keys.

Expected behavior

Hardtime.nvim must be disabled for dressinginput buffer

Screenshots

image

Additional Context

No response

@Uzaaft
Copy link
Member

Uzaaft commented Sep 2, 2023

Isn't the idea that you should use something like:
<C-o>**keypress** combo. Liek if I need to go back one word, it'll be;
<C-o>b

@peeeyow
Copy link
Contributor Author

peeeyow commented Sep 2, 2023

Isn't the idea that you should use something like: <C-o>**keypress** combo. Liek if I need to go back one word, it'll be; <C-o>b

The config already disables hardtime.nvim on filetypes similar to DressingInput. Just aligning configurations. But yea, you can do that if you want to.

You can even do <C-Esc> to go to normal mode if necessary. But some users might be caught off guard if filetypes similar to dressing's is disabled while dressing's is not.

@Uzaaft
Copy link
Member

Uzaaft commented Sep 2, 2023

I believe it goes against the spirit of hardtime.nvim 🤷🏾‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants