1
Fork 0

Add a python language server

This commit is contained in:
caem 2024-06-09 23:02:20 +02:00
parent 85eb83f263
commit 4407858140
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,4 @@
return function()
require"lspconfig".basedpyright.setup {}
end

View file

@ -12,6 +12,7 @@
ripgrep
nil
gcc
basedpyright
];
};

View file

@ -10,6 +10,7 @@
ripgrep
nil
gcc
basedpyright
];
}