LunarVim icon indicating copy to clipboard operation
LunarVim copied to clipboard

refactor: replace deprecated API calls

Open kylo252 opened this issue 1 year ago • 3 comments

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

kylo252 avatar May 23 '24 08:05 kylo252

since we have project.nvim as a default option, we need this fix as well

abzcoding avatar May 23 '24 09:05 abzcoding

since we have project.nvim as 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..

kylo252 avatar May 23 '24 12:05 kylo252

@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

abzcoding avatar May 23 '24 20:05 abzcoding