Compare commits

..

1 commit

Author SHA1 Message Date
4629bc302a
chore(deps): lock file maintenance
Some checks failed
/ check (push) Failing after 30s
/ check-renovaterc (push) Successful in 2s
/ build-packages (push) Has been skipped
/ build-vm (push) Has been skipped
/ report-size (push) Has been skipped
2025-04-26 00:00:20 +02:00

View file

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