From 0460a12da1ec69007ba71542bda3529bcadbad10 Mon Sep 17 00:00:00 2001 From: Szwendacz Date: Mon, 6 May 2024 09:18:20 +0200 Subject: [PATCH] move lua lsp to amd64 only option --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index e485a19..586cca4 100644 --- a/Containerfile +++ b/Containerfile @@ -36,7 +36,6 @@ ENV MASON_PKGS=" \ html-lsp \ intelephense \ json-lsp \ - lua-language-server \ marksman \ phpcs \ phpstan \ @@ -50,7 +49,7 @@ ENV MASON_PKGS=" \ ansible-lint \ debugpy" -ENV MASON_PKGS_NO_ARM="lemminx helm-ls" +ENV MASON_PKGS_NO_ARM="lemminx helm-ls lua-language-server" COPY . /root/.config/nvim