diff options
| author | kylo252 <[email protected]> | 2022-04-28 14:38:32 +0200 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-28 14:38:32 +0200 | 
| commit | dd65e285656a5c46c52144f4e082c8e2d1d95757 (patch) | |
| tree | 1e8d78e16183f44df92a2fa967d9778aea4f0484 /snapshots | |
| parent | 3de829e76ed3d90b25250b1ab76f6425146af9d2 (diff) | |
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()
Diffstat (limited to 'snapshots')
| -rw-r--r-- | snapshots/default.json | 8 | 
1 files changed, 4 insertions, 4 deletions
| 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" | 
