Merge pull request #1153 from simon-wg/fix-python-lsp

languages/python: fix Pyright/Basedpyright LSP configs
This commit is contained in:
raf 2025-09-24 07:18:22 +03:00 committed by GitHub
commit 3f30cef69f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 31 additions and 16 deletions

View file

@ -555,3 +555,9 @@
- Add [nvim-highlight-colors] plugin in `vim.ui.nvim-highlight-colors` with
`enable` and `setupOpts`
[simon-wg](https://github.com/simon-wg):
- Update `python` language module to use correct lsp binary.
- Fix `python` pyright and basedpyright language servers not using default on
attach behavior.