anuvyklack / pretty-fold.nvim

Foldtext customization in Neovim
Apache License 2.0
441 stars 21 forks source link

fix: Require keymap-amend plugin only if default_keybindings is set #21

Closed wookayin closed 2 years ago

wookayin commented 2 years ago

The new keymapping feature introduced in v3.0 (commit f2c9b078b) requires nvim-keymap-amend plugin by default. However this plugin is optional, used only when default keybindings for preview is used.

Therefore we can require this plugin only if the default_keybindings option is turned on.

wookayin commented 2 years ago

@anuvyklack Hello? Any updates on this?

anuvyklack commented 2 years ago

Thank you for your contribution! Sorry for a delay, I was a little busy.