Skip to content

Commit

Permalink
drop fixed versions from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dundalek committed Sep 7, 2024
1 parent 01272d5 commit c5fb239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/lazy-lsp/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ return {
ccls = "ccls",
cds_lsp = "",
["circom-lsp"] = "",
clangd = "clang-tools_16",
clangd = "clang-tools",
clarity_lsp = "",
clojure_lsp = "clojure-lsp",
cmake = "cmake-language-server",
Expand Down Expand Up @@ -218,7 +218,7 @@ return {
"perlnavigator",
"perl"
},
perlpls = "perl538Packages.PLS",
perlpls = "perlPackages.PLS",
pest_ls = "",
phan = "",
phpactor = "phpactor",
Expand All @@ -231,7 +231,7 @@ return {
prolog_ls = "",
prosemd_lsp = "",
protols = "",
psalm = "php80Packages.psalm",
psalm = "phpPackages.psalm",
pug = "",
puppet = "",
purescriptls = "nodePackages.purescript-language-server",
Expand Down

0 comments on commit c5fb239

Please sign in to comment.