Compare commits
1 commit
4629bc302a
...
3193c3a1ea
Author | SHA1 | Date | |
---|---|---|---|
3193c3a1ea |
1 changed files with 7 additions and 6 deletions
|
@ -44,12 +44,13 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
# Pyright needs to have the project root set?
|
# Pyright needs to have the project root set?
|
||||||
basedpyright.rootDir = # lua
|
basedpyright.rootMarkers = [
|
||||||
''
|
"flake.nix"
|
||||||
function()
|
".git"
|
||||||
return vim.fs.root(0, {'flake.nix', '.git', '.jj', 'pyproject.toml', 'setup.py'})
|
".jj"
|
||||||
end
|
"pyproject.toml"
|
||||||
'';
|
"setup.py"
|
||||||
|
];
|
||||||
# Big but infrequently used dependencies.
|
# Big but infrequently used dependencies.
|
||||||
#
|
#
|
||||||
# Configure the LSPs, but don't install the packages.
|
# Configure the LSPs, but don't install the packages.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue