diff --git a/autoload/lsp/handlers.vim b/autoload/lsp/handlers.vim index 2ecf525e..bdc01817 100644 --- a/autoload/lsp/handlers.vim +++ b/autoload/lsp/handlers.vim @@ -117,9 +117,8 @@ export def ProcessNotif(lspserver: dict, reply: dict): void 'pyright/beginProgress', 'pyright/reportProgress', 'pyright/endProgress', + # eslint language server notifications 'eslint/status', - 'taplo/didChangeSchemaAssociation', - 'sqlLanguageServer.finishSetup' ] if lsp_notif_handlers->has_key(reply.method)