-
Notifications
You must be signed in to change notification settings - Fork 9
Closed as not planned
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Plan for future features:
- Better
vim.deprecateor remove communicating breaking changes in-code - Add GitHub-health templates / files
- Use a general URL pattern (captures both http prefix and www prefix, can detect more general urls without www prefix such as example.com) - maybe use jsregexp? or vim.regex
- Search multiple files (e.g. in project, open buffers) by providing a table instead of a string, or glob for a pattern
- Config validation (
validation.ctx,validation.config,validation.helpers, type unions,vim.validate) - Combine search and validation (return a table containing both instead)
- Windows support with
start(and WSL?) - Command completion for
pickerandaction(after=) - Add GIFs for README demos
- Browser bookmarks as a search context
Completed features:
Show completed
- Add Plenary tests for content search ef4b282
- Alternative pickers (Telescope integration) Telescope integration #4
- packer.nvim urls URLs for packer.nvim config #2
- Extensible search contexts (e.g. Jira links) Custom searches #12
- Add GitHub action for test runner, code formatter and linter CI and Contributing standards #14
- Improve
UrlViewcommand completion foropts+optsvalidation ImprovedUrlViewcommand completion and added search context for a file #24 - vim-plug urls feat: vim-plug plugin links #26
- Sort (strategies: same order in buffer, alphabetical, etc.) and unique options
uniqueandsortlinks #29 - Jump to prev / next URL in buffer Jump to previous/next URL in buffer #33
- vimdocs (auto docgen like telescope.nvim?) break: deprecate support for nvim v0.6 + update custom search registration method #39
- Deprecate support for nvim v0.6 on main (but will keep a v0.6-compat branch or tag) break: deprecate support for nvim v0.6 + update custom search registration method #39
- Separate registration of custom searches (mention in docs) break: deprecate support for nvim v0.6 + update custom search registration method #39
- Mention
vim.lsp.log_levels.OFFin docs b60eb8f
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation