Merge pull request #787 from rrvsh/fix/pylsp-pkgs

languages/python get python-lsp-server python3Packages
This commit is contained in:
rafiq 2025-04-04 19:17:11 +08:00 committed by GitHub
parent 335f24a841
commit 68346ebede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -308,3 +308,7 @@
- Fix oil config referencing snacks
- Add [flash.nvim] plugin to `vim.utility.motion.flash-nvim`
[rrvsh](https://github.com/rrvsh):
- Fix namespace of python-lsp-server by changing it to python3Packages

View file

@ -47,7 +47,7 @@
};
python-lsp-server = {
package = pkgs.python-lsp-server;
package = pkgs.python3Packages.python-lsp-server;
lspConfig = ''
lspconfig.pylsp.setup{
capabilities = capabilities;