add insecure option to the plugin spec

This commit is contained in:
ngn 2025-01-04 12:08:15 +03:00
parent 7e6c863bc7
commit b6d2943703
2 changed files with 7 additions and 0 deletions

View file

@ -261,6 +261,8 @@ SPEC SOURCE *lazy.nvim-🔌-plugin-spec-spec-source*
dev boolean? When true, a local plugin directory will be used instead. See
config.dev
insecure boolean? When true, SSL certificate verification will be disabled.
-----------------------------------------------------------------------------------
A valid spec should define one of `[1]`, `dir` or `url`.