urlview.nvim
urlview.nvim copied to clipboard
🗺️ Roadmap
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
UrlViewcommand completion foropts+optsvalidation #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)