From af14dbac0a4bbae16eba464cf473b139c67abaa6 Mon Sep 17 00:00:00 2001 From: winston Date: Fri, 8 Mar 2024 12:51:04 +0100 Subject: [PATCH] chore: vscode settings --- .vscode/settings.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6b6fd46..ddcded8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,12 @@ { - "nix.formatterPath": "alejandra" + "nix.enableLanguageServer": true, + "nix.formatterPath": "alejandra", + "nix.serverPath": "nil", + "nix.serverSettings": { + "nil": { + "formatting": { + "command": ["alejandra"] + } + } + } } \ No newline at end of file