Emacs: do not use deno as lsp client by default.
This commit is contained in:
parent
b723545776
commit
d298b78c4d
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
''}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue