Hi! Really cool to see a Lua implementation of pythondoc.vim.
I had a custom Telescope picker to search over python help tags provided by pythondoc.vim and have just packaged an implementation that uses pydoc.nvim as a Telescope extensions. I've found being able to fuzzy search over the API docs with a preview of the documentation files really useful.
Would you be interested in a PR to add optional Telescope integration directly to pydoc.nvim? Or would you prefer keeping the plugin as is with the extensions living as a separate extension?
Example usage:
Or with a keymap:
vim.keymap.set("n", "<leader>hp", "<cmd>Telescope pydoc<CR>")
I'd be happy to submit a PR if you're interested, but totally understand if you'd prefer to keep the plugin as is with the extension living separately. Let me know what you think!
Hi! Really cool to see a Lua implementation of pythondoc.vim.
I had a custom Telescope picker to search over python help tags provided by pythondoc.vim and have just packaged an implementation that uses pydoc.nvim as a Telescope extensions. I've found being able to fuzzy search over the API docs with a preview of the documentation files really useful.
Would you be interested in a PR to add optional Telescope integration directly to pydoc.nvim? Or would you prefer keeping the plugin as is with the extensions living as a separate extension?
Example usage:
Or with a keymap:
I'd be happy to submit a PR if you're interested, but totally understand if you'd prefer to keep the plugin as is with the extension living separately. Let me know what you think!