Skip to content

Conversation

@Jak-Ch-ll
Copy link
Contributor

@Jak-Ch-ll Jak-Ch-ll commented May 11, 2025

Closes #3826

A few questions:

  1. Is there a good way with the new configs to alias an older name, so it stays available?
    • I found the aliases table, but this seems to only affect the old configs.
    • For the new configs I kept the lsp/volar.lua file, added a vim.deprecate, and returned vim.lsp.config.vue_ls
  2. What is a good version to remove it later? I used 3.0.0 as placeholder

Additionally (even though not super necessary), I couldn't check the generated docs because nvim -R -Es +'set rtp+=$PWD' +'luafile scripts/docgen.lua' fails without message for me

  • Running luafile scripts/docgen.lua' inside of Neovim (even after adding the path to rtp) fails with the error scripts/docgen.lua:136: module 'lsp.ada_ls' not found
  • Do I need to setup anything locally?

@Jak-Ch-ll Jak-Ch-ll force-pushed the rename-volar branch 2 times, most recently from ad90d68 to ad73ffa Compare May 11, 2025 13:53
Jak-Ch-ll added 2 commits May 11, 2025 15:54
The Vue language tooling does not use 'Volar' prominently in its
documentation. The official name for the language server is
'@vue/language-server'.
This project is no longer active. Use [vue_ls](lsp/vue_ls.lua) instead.
@Jak-Ch-ll
Copy link
Contributor Author

Jak-Ch-ll commented May 11, 2025

Removed my changes to the old configs, as per lint rules

@justinmk
Copy link
Member

  • For the new configs I kept the lsp/volar.lua file, added a vim.deprecate, and returned vim.lsp.config.vue_ls

exactly 👍

@justinmk
Copy link
Member

  • Running luafile scripts/docgen.lua' inside of Neovim (even after adding the path to rtp) fails with the error scripts/docgen.lua:136: module 'lsp.ada_ls' not found
  • Do I need to setup anything locally?

that's strange. shouldn't happen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename volar and sunset vuels

2 participants