typescript/deno support

Signed-off-by: Xe Iaso <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-05-14 15:56:37 +00:00
parent ca124c5de5
commit 8d15009b93
1 changed files with 10 additions and 0 deletions

View File

@ -426,6 +426,16 @@ in {
gemini-mode.enable = true;
highlight-indent-guides.enable = true;
"0x0".enable = true;
typescript-mode.enable = true;
tide.enable = true;
deno-fmt = {
enable = true;
config = ''
(add-hook 'typescript-mode-hook 'deno-fmt-mode)
(add-hook 'js2-mode-hook 'deno-fmt-mode)
'';
};
};
};
};