nix
This commit is contained in:
parent
12ea2a7e7d
commit
cf3cee4f5e
1 changed files with 5 additions and 0 deletions
|
|
@ -251,6 +251,11 @@
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
language-server = {
|
language-server = {
|
||||||
|
nil = {
|
||||||
|
config = {
|
||||||
|
autoArchive = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
deno-lsp = {
|
deno-lsp = {
|
||||||
command = "deno";
|
command = "deno";
|
||||||
args = ["lsp"];
|
args = ["lsp"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue