update and replace nixd with nil

This commit is contained in:
Tim Schubert 2023-06-09 00:50:52 +02:00
parent 51c656a344
commit 6b7642dc76
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 2 additions and 66 deletions

View file

@ -12,4 +12,4 @@ roots = []
[[language]]
name = "nix"
file-types = ["nix"]
language-server = { command = "nixd" }
language-server = { command = "nil" }