Closed junnplus closed 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.
lsp-setup.nvim
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').
require('lsp-setup')
require('nvim-lsp-setup')
Close: https://github.com/junnplus/lsp-setup.nvim/issues/31
Signed-off-by: Ye Sijun junnplus@gmail.com
cc @TisnKu @mg-bayoo
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 ofrequire('nvim-lsp-setup')
.Close: https://github.com/junnplus/lsp-setup.nvim/issues/31
Signed-off-by: Ye Sijun junnplus@gmail.com