refactor: replace deprecated API calls
Description
[summary of the change
-
refactor: replace deprecated API calls
-
chore: bump plugins version
-
update skipped servers list:
Details
iff --git a/lua/lvim/lsp/config.lua b/lua/lvim/lsp/config.lua ndex 7313f1f2..55f7d64d 100644 -- a/lua/lvim/lsp/config.lua ++ b/lua/lvim/lsp/config.lua @ -6,7 +6,9 @@ local skipped_servers = { "azure_pipelines_ls", "basedpyright", "biome", "bzl", "ccls", "css_variables", "cssmodules_ls", "custom_elements_ls", "denols", @ -25,6 +27,7 @@ local skipped_servers = { "golangci_lint_ls", "gradle_ls", "graphql", "harper_ls", "hdl_checker", "hydra_lsp", "htmx", @ -71,7 +74,9 @@ local skipped_servers = { "swift_mesonls", "templ", "tflint", "tinymist", "unocss", "vale_ls", "vacuum", "verible", "v_analyzer",
How Has This Been Tested?
Still works on v0.10.0
since we have project.nvim as a default option, we need this fix as well
since we have
project.nvimas a default option, we need this fix as well
@abzcoding, not sure the best way to deal with this, I'm worried about using a fork and then having it disappear. Alternatively, we can try to override these deprecated functions, but that's also a slippery slope..
@abzcoding, not sure the best way to deal with this, I'm worried about using a fork and then having it disappear. Alternatively, we can try to override these deprecated functions, but that's also a slippery slope..
maybe we can make project.nvim an optional plugin till it gets fixed