From ce4be21e2efcf86472ae979d789fd6d1ff8c9159 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 24 Jan 2025 23:50:51 +0300 Subject: [PATCH] Fix deno lsp settings --- modules/common/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/helix.nix b/modules/common/helix.nix index 7260dcc..8db9715 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -92,7 +92,7 @@ in { environment.NO_COLOR = "1"; - config.deno = enabled { + config.javascript = enabled { lint = true; unstable = true;