luckasRanarison / nvim-devdocs

Neovim DevDocs integration
MIT License
269 stars 19 forks source link

Bug ? #22

Closed I-Own-You closed 1 year ago

I-Own-You commented 1 year ago

After update:

  • when i try to download some documentation, the neovim is literally freezed, and when the docs are downloaded, it then goes normal way(such problems were not encountered before)

  • 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.

    luckasRanarison commented 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