(plugin) Python import management for neovim

Hi everyone,

Here’s a plugin I’ve been working on.

pymple.nvim

Regularly working with python in neovim, I found that a couple of import management related features weren’t addressed by currently available tools:

  • updating imports on file rename

  • resolving imports in a code action-like manner for the symbol under the cursor

This plug-in adds these two functionalities.

I’ve initially been using it as custom functions inside my config as a daily driver and thought it might benefit others so I’m posting it here.

Below is an example of what it might look like.

I’d love to have some feedback, so feel free to let me know if it helps anyone in any way!

Cheers