lsp-setup.nvim icon indicating copy to clipboard operation
lsp-setup.nvim copied to clipboard

A simple wrapper for nvim-lspconfig and mason-lspconfig to easily setup LSP servers.

Results 6 lsp-setup.nvim issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Ye Sijun Fixes: https://github.com/junnplus/lsp-setup.nvim/issues/28

![image](https://user-images.githubusercontent.com/92006580/183638595-5ec56393-7770-4205-bfdf-3e3bdfa0c050.png)

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 =...

enhancement

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`

bug

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...

good first issue

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...