diff options
author | kylo252 <[email protected]> | 2022-05-03 01:10:51 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-03 03:40:51 +0430 |
commit | cfa702e6fe2f875a2c674182fe2f86e8f613aa1e (patch) | |
tree | a129a8a43c649a883b14e691dbf086abd52195c4 /snapshots | |
parent | 10449b4e09086791abf382a53d2c0d61c85e89ad (diff) |
refactor: use api-autocmds for lsp functions (#2549)
* refactor: use api-autocmds for lsp functions
* chore: use the existing client.supports_method api
* fix: a callback in an autocmd doesn't pass nil
* revert: keep changes minimal to which-key
Co-authored-by: Abouzar Parvan <[email protected]>
Diffstat (limited to 'snapshots')
-rw-r--r-- | snapshots/default.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/snapshots/default.json b/snapshots/default.json index d9f08024..582b93ca 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -15,7 +15,7 @@ "commit": "4781fcf" }, "bufferline.nvim": { - "commit": "f02e19b" + "commit": "2d5266d" }, "cmp-buffer": { "commit": "d66c4c2" @@ -33,13 +33,13 @@ "commit": "6e0881a" }, "gitsigns.nvim": { - "commit": "b800663" + "commit": "61c8398" }, "lua-dev.nvim": { "commit": "54149d1" }, "lualine.nvim": { - "commit": "030eb62" + "commit": "45d07fc" }, "nlsp-settings.nvim": { "commit": "fc3007e" @@ -57,7 +57,7 @@ "commit": "d6d8317" }, "nvim-lsp-installer": { - "commit": "3068a47" + "commit": "193f171" }, "nvim-lspconfig": { "commit": "21102d5" @@ -102,7 +102,7 @@ "commit": "281b07a" }, "telescope.nvim": { - "commit": "544c5ee" + "commit": "23e28d0" }, "toggleterm.nvim": { "commit": "6c7f5db" |