You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 picker and action (after =)
Plan for future features:
vim.deprecate
or remove communicating breaking changes in-codevalidation.ctx
,validation.config
,validation.helpers
, type unions,vim.validate
)start
(and WSL?)picker
andaction
(after=
)Completed features:
Show completed
UrlView
command completion foropts
+opts
validation ImprovedUrlView
command completion and added search context for a file #24unique
andsort
links #29vim.lsp.log_levels.OFF
in docs b60eb8fThe text was updated successfully, but these errors were encountered: