Skip to content

Commit

Permalink
docs(pack): fix python pack README, as pylint was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJameson committed Jun 18, 2023
1 parent dcaf64c commit 3d8ba8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/astrocommunity/pack/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ This plugin pack does the following:
- Adds the following `null-ls` sources:
- [black](https://pypi.org/project/black/)
- [isort](https://pypi.org/project/isort/)
- [pylint](https://pypi.org/project/pylint/)
- Adds `debugpy` for debugging
- Adds [venv-selector.nvim](https://github.com/linux-cultist/venv-selector.nvim) for virtual environment management. [**Important for Debian-like distro users**](https://github.com/linux-cultist/venv-selector.nvim/issues/6): because of the fd binary being named fdfind you'll need to add to `/plugins/user.lua` (for example) the following:
```
Expand Down

0 comments on commit 3d8ba8d

Please sign in to comment.