mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-02 23:13:30 +00:00
languages/python: fix invalid basedpyright configuration
Fixes the basedpyright and pyright language servers by changing from their default binary, to the langserver binary included in their packages. Also adds default_on_attach to the on_attach to properly register code actions.
This commit is contained in:
parent
1a053852d2
commit
81559f9984
2 changed files with 31 additions and 16 deletions
|
@ -551,3 +551,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue