19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"nix.serverSettings": {
|
|
// settings for 'nil' LSP
|
|
"nil": {
|
|
"autoArchive": true,
|
|
"diagnostics": {
|
|
"ignored": [
|
|
"unused_binding",
|
|
"unused_with"
|
|
]
|
|
},
|
|
"formatting": {
|
|
"command": [
|
|
"treefmt-nix",
|
|
]
|
|
}
|
|
}
|
|
},
|
|
}
|