junnplus / lsp-setup.nvim

A simple wrapper for nvim-lspconfig and mason-lspconfig to easily setup LSP servers.
Apache License 2.0
225 stars 12 forks source link

remove symlink #32

Closed junnplus closed 2 years ago

junnplus commented 2 years ago

Since https://github.com/junnplus/lsp-setup.nvim/commit/cdb09707ae768f97f13ae12c8b7ba9f13c044654, we have renamed the plugin to lsp-setup.nvim, also add symlink to be compatible with the user's config.

It's been a while, it's time to delete the symlink. This is a breaking change, uses need to use require('lsp-setup') instead of require('nvim-lsp-setup').

Close: https://github.com/junnplus/lsp-setup.nvim/issues/31

Signed-off-by: Ye Sijun junnplus@gmail.com

junnplus commented 2 years ago

cc @TisnKu @mg-bayoo