urlview.nvim icon indicating copy to clipboard operation
urlview.nvim copied to clipboard

🗺️ Roadmap

Open axieax opened this issue 3 years ago • 0 comments

Plan for future features:

  • [x] Add Plenary tests for content search
  • [x] Alternative pickers (Telescope integration) #4
  • [x] packer.nvim urls #2
  • [x] Extensible search contexts (e.g. Jira links) #12
  • [x] Add GitHub action for test runner, code formatter and linter #14
  • [x] Improve UrlView command completion for opts + opts validation #24
  • [x] vim-plug urls #26
  • [x] Sort (strategies: same order in buffer, alphabetical, etc.) and unique options
  • [ ] vimdocs (auto docgen like telescope.nvim?
  • [ ] Use a general URL pattern (captures both http prefix and www prefix, can detect more general urls without www prefix such as example.com)
  • [ ] Search multiple files (e.g. in project, open buffers)
  • [ ] Config validation (validation.ctx, validation.config, validation.helpers, type unions, vim.validate)
  • [ ] Combine search and validation (return a table containing both instead)

axieax avatar Mar 10 '22 01:03 axieax