Closed I-Own-You closed 1 year ago
With the update docs are now built at download time and writing files is done synchronously and blocks the input, you may want to download larger docs in headless mode now. Maybe I can create a separate program for that in the future instead of depending on neovim for package management.
You need to specify the version for the lua and python docs
After update:
if i put some documentation for example python or lua, like this
ensure_installed = { "lua", "python" }
, then docs are not dowloaded and i get an error that documentation doesnt exist for this filetypes, but the problem i guess is that the docs comes with versions, while i put only the filetype name.