You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localfunctionon_attach(client, bufnr)
require("navigator.lspclient.mapping").setup({
client=client,
bufnr=bufnr,
cap=client.server_capabilities,
})
endlspconfig.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
williamboman/nvim-lsp-installer#631
The text was updated successfully, but these errors were encountered: