Skip to content

Proposed addition of Telescope integration #1

Description

@aymenhafeez

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:

:Telescope pydoc

Or with a keymap:

vim.keymap.set("n", "<leader>hp", "<cmd>Telescope pydoc<CR>")
Image

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions