Update lsp config for deno.
This commit is contained in:
parent
f7a3f60249
commit
459f44209d
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ mkIf (elem "emacs::lsp" config.machine.pkgs) {
|
||||||
''}
|
''}
|
||||||
${optionalString (elem "emacs::web-mode" config.machine.pkgs) ''
|
${optionalString (elem "emacs::web-mode" config.machine.pkgs) ''
|
||||||
(setq lsp-clients-deno-enable-unstable 't)
|
(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))
|
(setq lsp-disabled-clients '(ts-ls))
|
||||||
''}
|
''}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue