add more caches and nixd

This commit is contained in:
Tim Schubert 2023-05-31 22:20:31 +02:00
parent 3da66c1cd3
commit 5344688a20
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 76 additions and 0 deletions

View file

@ -8,3 +8,8 @@ language-server = { command = "ltex-ls" }
file-types = ["tex"]
scope = "source.latex"
roots = []
[[language]]
name = "nix"
file-types = ["nix"]
language-server = { command = "nixd" }