nvim.spellfile.Opts
A table with the following fields:
Fields3
Opts.url : nil | string
The base URL from where the spellfiles are downloaded. Uses g:spellfile_URL if it's set, otherwise https://ftp.nluug.nl/pub/vim/runtime/spell.
Opts.timeout_ms : nil | integer
Number of milliseconds after which the [vim.net.request()] times out. (default: 15000)
Opts.confirm : nil | boolean
Whether to ask user to confirm download. (default: true)