chore(deps): lock file maintenance
All checks were successful
/ check (push) Successful in 8s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 13s
/ build-vm (push) Successful in 2s
/ report-size (push) Successful in 4s

This commit is contained in:
Renovate Bot 2025-04-26 00:00:20 +02:00 committed by Jalil David Salamé Messina
parent 701a3dccf7
commit 3193c3a1ea
2 changed files with 13 additions and 12 deletions

View file

@ -44,12 +44,13 @@ in
enable = true;
servers = {
# Pyright needs to have the project root set?
basedpyright.rootDir = # lua
''
function()
return vim.fs.root(0, {'flake.nix', '.git', '.jj', 'pyproject.toml', 'setup.py'})
end
'';
basedpyright.rootMarkers = [
"flake.nix"
".git"
".jj"
"pyproject.toml"
"setup.py"
];
# Big but infrequently used dependencies.
#
# Configure the LSPs, but don't install the packages.