1
0
Fork 0

Update lsp config for deno.

This commit is contained in:
Kevin Baensch 2022-01-22 12:12:46 +01:00
parent f7a3f60249
commit 459f44209d
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ mkIf (elem "emacs::lsp" config.machine.pkgs) {
''}
${optionalString (elem "emacs::web-mode" 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))
''}
'';