lsp-setup.nvim
lsp-setup.nvim copied to clipboard
A simple wrapper for nvim-lspconfig and mason-lspconfig to easily setup LSP servers.
Signed-off-by: Ye Sijun Fixes: https://github.com/junnplus/lsp-setup.nvim/issues/28

Hi, I was trying to config a custom **Prolog** LSP as I was used to in **CoC**. I added these lines to my config ```lua require 'nvim-lsp-setup'.setup { servers =...
Hi, since you moved the module to `nvim-lsp-setup`, the package is broken on windows, because it cannot link to the lsp-setup directory, and the init.lua requires `lsp-setup.utils`
Hi, thanks for this plugin, it makes my `init.lua` much nicer. I apologize in advance if this is a silly question, I'm new to neovim. Inspired by `kickstart.nvim`, I set...
this commit enables the use of pre-installed LSP servers. It requires that the auto-install logic is broken out into ensure_installed in order to keep auto install functionality while allowing for...