Skip to content

Commit

Permalink
chore(lsp): add elp to skipped servers (LunarVim#4395)
Browse files Browse the repository at this point in the history
* chore(lsp): add `elp` to skipped servers

* ci(plugins): run the job every 1h instead of 15mins on weekends
  • Loading branch information
LostNeophyte authored Oct 21, 2023
1 parent fc9716a commit 77ee5b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 4 additions & 3 deletions lua/lvim/lsp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -25,6 +25,7 @@ local skipped_servers = {
"mdx_analyzer",
"neocmake",
"ocamlls",
"omnisharp",
"phpactor",
"psalm",
"pylsp",
Expand All @@ -34,8 +35,8 @@ local skipped_servers = {
"reason_ls",
"rnix",
"rome",
"ruby_ls",
"rubocop",
"ruby_ls",
"ruff_lsp",
"scry",
"solang",
Expand Down

0 comments on commit 77ee5b9

Please sign in to comment.