Compare commits
1 commit
3193c3a1ea
...
4629bc302a
Author | SHA1 | Date | |
---|---|---|---|
4629bc302a |
1 changed files with 6 additions and 7 deletions
|
@ -44,13 +44,12 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
# Pyright needs to have the project root set?
|
# Pyright needs to have the project root set?
|
||||||
basedpyright.rootMarkers = [
|
basedpyright.rootDir = # lua
|
||||||
"flake.nix"
|
''
|
||||||
".git"
|
function()
|
||||||
".jj"
|
return vim.fs.root(0, {'flake.nix', '.git', '.jj', 'pyproject.toml', 'setup.py'})
|
||||||
"pyproject.toml"
|
end
|
||||||
"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