From dd65e285656a5c46c52144f4e082c8e2d1d95757 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Thu, 28 Apr 2022 14:38:32 +0200 Subject: refactor(lsp): decouple the installer setup-hook (#2536) * chore(lsp): update plugins * refactor(lsp): decouple the installer setup-hook - remove the deprecated `server:setup()` - set up the server manually with lspconfig once `server:on_ready()` has been triggered * chore: use the new lsp_installer.setup() --- snapshots/default.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index 445a0b53..40ef6a24 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -42,10 +42,10 @@ "commit": "18a07f7" }, "nlsp-settings.nvim": { - "commit": "114e2ff" + "commit": "fc3007e" }, "null-ls.nvim": { - "commit": "a887bd6" + "commit": "d871b41" }, "nvim-autopairs": { "commit": "38d486a" @@ -57,10 +57,10 @@ "commit": "d6d8317" }, "nvim-lsp-installer": { - "commit": "d86aad8" + "commit": "090c8a8" }, "nvim-lspconfig": { - "commit": "ad9903c" + "commit": "86df1c8" }, "nvim-notify": { "commit": "2c8f744" -- cgit v1.2.3