{ "nix.serverSettings": { // settings for 'nil' LSP "nil": { "autoArchive": true, "diagnostics": { "ignored": [ "unused_binding", "unused_with" ] }, "formatting": { "command": [ "alejandra", ] } } }, }