mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 02:34:34 +02:00
plugins/nvim-lsp: add extraOptions for nvim-lsp language servers (#351)
This commit is contained in:
parent
7f36532bdb
commit
3014192cdc
2 changed files with 40 additions and 14 deletions
|
@ -33,6 +33,12 @@
|
|||
};
|
||||
nil_ls.enable = true;
|
||||
rust-analyzer.enable = true;
|
||||
ruff-lsp = {
|
||||
enable = true;
|
||||
extraOptions = {
|
||||
init_options.settings.args = ["--config=/path/to/config.toml"];
|
||||
};
|
||||
};
|
||||
pylsp = {
|
||||
enable = true;
|
||||
filetypes = ["python"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue