diff --git a/user/vscode/settings.json b/user/vscode/settings.json index 899d453..0b8f692 100644 --- a/user/vscode/settings.json +++ b/user/vscode/settings.json @@ -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, }