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