mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/lsp: ruff_lsp is deprecated, test ruff instead
This commit is contained in:
parent
e1417016df
commit
a773b945fb
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
installCargo = true;
|
||||
installRustc = true;
|
||||
};
|
||||
ruff_lsp = {
|
||||
ruff = {
|
||||
enable = true;
|
||||
extraOptions = {
|
||||
init_options.settings.args = [ "--config=/path/to/config.toml" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue