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

LSP broken #9

Closed l3aro closed 2 years ago

l3aro commented 2 years ago

Install on new machine, or run update plugin on old machine will make LSP malfunction. It seems the problem come from the last commit. If I checkout the the previous commit then reload editor, everything is good again

junnplus commented 2 years ago

Can you provide error messages or reproducible configs?

l3aro commented 2 years ago

After you remind that reproducible config, I take a look at your new comit and my setup, then see your new require('lspconfig')[server_name].setup(config) conflicts with my setup of nvim-cmp Thanks again for your nice plugin! Issue close.