1
0
Fork 0

Emacs: do not use deno as lsp client by default.

This commit is contained in:
Kevin Baensch 2023-06-17 00:02:39 +02:00
parent b723545776
commit d298b78c4d
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ mkIf (elem "emacs::lsp" config.machine.pkgs) {
(setq lsp-clients-deno-enable-unstable 't)
(setq lsp-clients-deno-import-map "./import_map.json")
(setq lsp-clients-deno-config "./deno.json")
(setq lsp-disabled-clients '(ts-ls))
''}
'';
};