>>107614042
It automagically sets up the eglot workspace settings (which are annoying for python).
Most languages just have an LSP that does everything, python has like 300 little pieces that break differently.
{
"pylsp": {
"plugins": {
"jedi": {
"environment": "/home/pee/projects/python/monad/.venv/"
},
"ruff": {
"executable": "/usr/bin/ruff"
},
"pylsp_mypy": {
"overrides": [
"--python-executable",
Comment too long. Click here to view the full text.