From 043c016acd49f636f94323b50ed61f45e7237283 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 31 Jan 2024 09:08:08 +0100 Subject: [PATCH] helix: Set astro LSP timeout to 2s --- editor/helix/languages.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/helix/languages.toml b/editor/helix/languages.toml index 909db30..fe55c8c 100644 --- a/editor/helix/languages.toml +++ b/editor/helix/languages.toml @@ -29,6 +29,7 @@ formatter = {command = 'black', args = ["--quiet", "-"]} command = "astro-ls" args = ["--stdio"] config = {typescript = {tsdk = "/home/gaspard/.local/share/fnm/node-versions/v18.18.2/installation/lib/node_modules/typescript/lib"}, environment = "node"} +timeout = 2 [[language]] name = "astro"