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",