Open matubu opened 1 month ago
Closes #9 Supersedes #7
Options: https://github.com/nix-community/nixd/blob/main/nixd/docs/configuration.md
Example: settings.json
settings.json
{ "lsp": { "nixd": { "settings": { "diagnostic": { "suppress": [ "sema-extra-with" ] } } } } }
Options: https://github.com/oxalica/nil/blob/main/docs/configuration.md
{ "lsp": { "nil": { "settings": { "diagnostics": { "ignored": [ "unused_binding" ] } } } } }
{ "languages": { "Nix": { "language_servers": [ "nixd", "!nil" ], } } }
{ "languages": { "Nix": { "language_servers": [ "nil", "!nixd" ], } } }
Could you get this merged? I would really like to use nil as the lsp.
@maxdeviant could you please take a look?
Closes #9 Supersedes #7
Configure Nixd
Options: https://github.com/nix-community/nixd/blob/main/nixd/docs/configuration.md
Example:
settings.json
Configure Nil
Options: https://github.com/oxalica/nil/blob/main/docs/configuration.md
Example:
settings.json
Only use Nixd
settings.json
Only use Nil
settings.json