vscode: fix nix formatter
This commit is contained in:
parent
7d6c0d50d7
commit
79d96e3c60
|
@ -26,6 +26,18 @@
|
|||
"continue.enableTabAutocomplete": true,
|
||||
"intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
|
||||
"diffEditor.hideUnchangedRegions.enabled": true,
|
||||
|
||||
"nix.enableLanguageServer": true,
|
||||
"nix.serverPath": "nil",
|
||||
"nix.formatterPath": "nixfmt",
|
||||
"nix.serverSettings": {
|
||||
"nil": {
|
||||
"formatting": {
|
||||
"command": [
|
||||
"nixfmt"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"explorer.confirmDelete": false,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue