add more caches and nixd
This commit is contained in:
parent
3da66c1cd3
commit
5344688a20
5 changed files with 76 additions and 0 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue