Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Enable Nix LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 24, 2023
1 parent cf48bdb commit 319bb8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,14 @@
},
"[go]": {
"editor.defaultFormatter": "golang.go"
},
"nix.enableLanguageServer": true,
"nix.serverPath": "nil",
"nix.serverSettings": {
"nil": {
"formatting": {
"command": ["nixpkgs-fmt"]
}
}
}
}

0 comments on commit 319bb8a

Please sign in to comment.