nvim-lspconfig icon indicating copy to clipboard operation
nvim-lspconfig copied to clipboard

feat(denols): handle registeryState notification

Open sigmaSd opened this issue 1 year ago • 1 comments

Port of https://github.com/denoland/vscode_deno/blob/45d343516ab1250867a5cb254460278f0ceca2a2/client/src/notification_handlers.ts

This is a more appropriate way to handle https://github.com/neovim/nvim-lspconfig/pull/2026

import

sigmaSd avatar Jul 24 '22 14:07 sigmaSd

This pr also replaces init_options with settings, they seems to be the same in case of deno lsp, with settings being updateable at runtime.

sigmaSd avatar Jul 24 '22 14:07 sigmaSd

This can be done in a separate plugin

sigmaSd avatar Sep 18 '22 11:09 sigmaSd