mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-14 09:25:30 +00:00
fix: switch namespace of python-lsp-server to python3Packages
This commit is contained in:
parent
335f24a841
commit
b9c43a8805
2 changed files with 5 additions and 1 deletions
|
|
@ -308,3 +308,7 @@
|
||||||
|
|
||||||
- Fix oil config referencing snacks
|
- Fix oil config referencing snacks
|
||||||
- Add [flash.nvim] plugin to `vim.utility.motion.flash-nvim`
|
- 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
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
python-lsp-server = {
|
python-lsp-server = {
|
||||||
package = pkgs.python-lsp-server;
|
package = pkgs.python3Packages.python-lsp-server;
|
||||||
lspConfig = ''
|
lspConfig = ''
|
||||||
lspconfig.pylsp.setup{
|
lspconfig.pylsp.setup{
|
||||||
capabilities = capabilities;
|
capabilities = capabilities;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue