v0.1.0
[pymple.nvim]
First release (macOS and Linux only).
features
- automatic udpate of imports on file/directory rename
- import resolution in a code-action-like manner
What's Changed
- fix: rust toolchain installation by @alexpasmantier in #1
- chore(ci): only test on linux and macos for nvim 0.10 by @alexpasmantier in #2
- chore: a bit of documentation by @alexpasmantier in #3
- chore(docs): fix docgen formatting by @alexpasmantier in #4
- fix: add header to docs by @alexpasmantier in #5
- tests: unit tests using luassert by @alexpasmantier in #6
- docs: update readme with latest info by @alexpasmantier in #7
- docs: fix docgen formatting by @alexpasmantier in #8
- docs: Update README.md by @alexpasmantier in #9
- Update preview by @alexpasmantier in #10
- feat(imports): complete UpdateImports workflow with preview by @alexpasmantier in #11
- feat: smarter project discovery by @alexpasmantier in #12
- feat: path shortening and better sed expressions by @alexpasmantier in #13
- refactor: add a build step to attempt to automatically install needed dependencies by @alexpasmantier in #14
- refactor: improvements resolving imports from venv and stdlib by @alexpasmantier in #15
- Update README.md by @alexpasmantier in #16
- feat(update imports): add support for
nvim-tree
by @alexpasmantier in #17 - Update README.md by @alexpasmantier in #18
- refactor(healthcheck): remove duplicate binary checks by @alexpasmantier in #19
- docs: less features by @alexpasmantier in #20
- Update README.md by @alexpasmantier in #21
- fix: python package discovery on target rather than source by @alexpasmantier in #22
New Contributors
- @alexpasmantier made their first contribution in #1
Full Changelog: https://github.com/alexpasmantier/pymple.nvim/commits/v0.1.0