From 77ee5b939fc4539ee5477a22635a1ef320d46178 Mon Sep 17 00:00:00 2001 From: LostNeophyte Date: Sat, 21 Oct 2023 15:00:35 +0200 Subject: [PATCH] chore(lsp): add `elp` to skipped servers (#4395) * chore(lsp): add `elp` to skipped servers * ci(plugins): run the job every 1h instead of 15mins on weekends --- .github/workflows/plugins.yml | 2 +- lua/lvim/lsp/config.lua | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 02e02276..4d3d1eb6 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -14,7 +14,7 @@ on: - debug schedule: # note: this will keep updating the existing branch - - cron: "*/15 10-14 * * 0,6" + - cron: "0 10-14 * * 0,6" - cron: "0 14 * * 1-5" jobs: diff --git a/lua/lvim/lsp/config.lua b/lua/lvim/lsp/config.lua index 35b238b0..aacafd88 100644 --- a/lua/lvim/lsp/config.lua +++ b/lua/lvim/lsp/config.lua @@ -5,11 +5,11 @@ local skipped_servers = { "azure_pipelines_ls", "biome", "ccls", - "custom_elements_ls", - "omnisharp", "cssmodules_ls", + "custom_elements_ls", "denols", "docker_compose_language_service", + "elp", "ember", "emmet_language_server", "emmet_ls", @@ -25,6 +25,7 @@ local skipped_servers = { "mdx_analyzer", "neocmake", "ocamlls", + "omnisharp", "phpactor", "psalm", "pylsp", @@ -34,8 +35,8 @@ local skipped_servers = { "reason_ls", "rnix", "rome", - "ruby_ls", "rubocop", + "ruby_ls", "ruff_lsp", "scry", "solang",