axieax / urlview.nvim

🔎 Neovim plugin for viewing all the URLs in a buffer
MIT License
232 stars 5 forks source link

feat(action)!: add `actions` module and `clipboard` action #36

Closed axieax closed 1 year ago

axieax commented 1 year ago

Breaking Changes

Breaking changes have been introduced during refactoring for the actions module, deprecating config.navigate_method for config.default_action.

Resolution

Simply rename the "navigate_method" key in the config passed to urlview.setup to be "default_action".

You can also set an action each time with something like :UrlView buffer action=clipboard.

Changes