diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-02-17 18:05:08 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-17 18:05:08 +0200 |
commit | f43cc8e20b8443f052c8bd1dd74066eec514587b (patch) | |
tree | 1d2a69140fcedc2030b36725fc922117dab39ac0 /snapshots | |
parent | ddc86f3a8aaa1afd36cf8f1a46a29a57922efc8a (diff) |
refactor(lsp)!: lua lsp renamed (#3836)
Need to run `:LvimCacheReset` after this for lua ftplugin regenration
* chore: bump plugins version
* refactor(loader): update lazy's cache setup
* chore: bump plugins version
* chore(lsp): skip antlerls for html
* fix(lsp): lua lsp renamed (#3841)
* fix(loader): lazy's cache is now a directory
* fix: LvimUpdate should bump core plugins (#3846)
* chore: bump plugins version
* fix(cmp): handle deprecated tree-sitter api (#3853)
* fix(loader): wrap cache invocation with pcall
avoid problems when lazy hasn't been updated yet
* chore(lsp): skip docker-compose ls
* chore: bump plugins
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kylo252 <[email protected]>
Co-authored-by: Jieru Mei <[email protected]>
Co-authored-by: LostNeophyte <[email protected]>
Diffstat (limited to 'snapshots')
-rw-r--r-- | snapshots/default.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/snapshots/default.json b/snapshots/default.json index 7052ab33..c30c2ea4 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -1,24 +1,24 @@ { "Comment.nvim": { - "commit": "eab2c83" + "commit": "6821b3a" }, "LuaSnip": { - "commit": "d404ec3" + "commit": "58fbfc6" }, "alpha-nvim": { - "commit": "21a0f25" + "commit": "b3eef69" }, "bigfile.nvim": { "commit": "c1bad34" }, "bufferline.nvim": { - "commit": "c7492a7" + "commit": "84b0822" }, "cmp-buffer": { "commit": "3022dbc" }, "cmp-cmdline": { - "commit": "23c51b2" + "commit": "8fcc934" }, "cmp-nvim-lsp": { "commit": "0e6b2ed" @@ -30,70 +30,70 @@ "commit": "1809552" }, "friendly-snippets": { - "commit": "a6f7a16" + "commit": "1645e7c" }, "gitsigns.nvim": { - "commit": "ec4742a" + "commit": "f388995" }, "indent-blankline.nvim": { "commit": "8299fe7" }, "lazy.nvim": { - "commit": "9b20869" + "commit": "8186cc5" }, "lir.nvim": { - "commit": "3aa6c20" + "commit": "248f6b1" }, "lualine.nvim": { - "commit": "0050b30" + "commit": "e99d733" }, "lunar.nvim": { "commit": "29eedf7" }, "mason-lspconfig.nvim": { - "commit": "53f3a8b" + "commit": "93e58e1" }, "mason.nvim": { - "commit": "357ef66" + "commit": "d5ad4bb" }, "neodev.nvim": { - "commit": "b3b22cf" + "commit": "a81e749" }, "nlsp-settings.nvim": { - "commit": "d0b7caa" + "commit": "3f31cac" }, "null-ls.nvim": { - "commit": "60b4a71" + "commit": "a82aa08" }, "nvim-autopairs": { - "commit": "28f57e6" + "commit": "bde7a1b" }, "nvim-cmp": { - "commit": "cfafe0a" + "commit": "ea9eaff" }, "nvim-dap": { - "commit": "0e376f0" + "commit": "049eebe" }, "nvim-dap-ui": { - "commit": "6f18751" + "commit": "ffe3e58" }, "nvim-lspconfig": { - "commit": "d3c82d2" + "commit": "649137c" }, "nvim-navic": { "commit": "7e9d2b2" }, "nvim-tree.lua": { - "commit": "02fdc26" + "commit": "08a0aa1" }, "nvim-treesitter": { - "commit": "df6f322" + "commit": "be26661" }, "nvim-ts-context-commentstring": { "commit": "a0f8956" }, "nvim-web-devicons": { - "commit": "ade34ca" + "commit": "bb6d4fd" }, "onedarker.nvim": { "commit": "b00dd21" @@ -108,7 +108,7 @@ "commit": "685bc8e" }, "schemastore.nvim": { - "commit": "fd5ddd8" + "commit": "a4798a9" }, "structlog.nvim": { "commit": "45b26a2" @@ -120,15 +120,15 @@ "commit": "a1bd686" }, "toggleterm.nvim": { - "commit": "19aad0f" + "commit": "5576648" }, "tokyonight.nvim": { - "commit": "affb21a" + "commit": "a0abe53" }, "vim-illuminate": { - "commit": "d6ca7f7" + "commit": "49062ab" }, "which-key.nvim": { - "commit": "684e96c" + "commit": "5224c26" } } |