Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lspinstaller setup breaking change #181

Closed
ray-x opened this issue Apr 27, 2022 · 2 comments
Closed

Lspinstaller setup breaking change #181

ray-x opened this issue Apr 27, 2022 · 2 comments

Comments

@ray-x
Copy link
Owner

ray-x commented Apr 27, 2022

williamboman/nvim-lsp-installer#631

@Suya1671
Copy link

Any updates on fixing the issues?

@Suya1671
Copy link

local function on_attach(client, bufnr)
	require("navigator.lspclient.mapping").setup({
		client = client,
		bufnr = bufnr,
		cap = client.server_capabilities,
	})
end

lspconfig.rust_analyzer.setup (coq.lsp_ensure_capabilities({on_attach = on_attach}))
lspconfig.sumneko_lua.setup (coq.lsp_ensure_capabilities({on_attach = on_attach}))
lspconfig.tsserver.setup (coq.lsp_ensure_capabilities({on_attach = on_attach}))
lspconfig.prismals.setup (coq.lsp_ensure_capabilities({on_attach = on_attach}))
lspconfig.svelte.setup (coq.lsp_ensure_capabilities({on_attach = on_attach}))
lspconfig.taplo.setup (coq.lsp_ensure_capabilities({on_attach = on_attach}))
lspconfig.jsonls.setup (coq.lsp_ensure_capabilities({on_attach = on_attach}))
``` this is what im currently doing to get this plugin working

ray-x added a commit that referenced this issue Jun 12, 2022
@ray-x ray-x closed this as completed Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants