Skip to content

Commit

Permalink
chore(snapshot): update lazy_snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jun 13, 2024
1 parent 2195fc5 commit 07d7281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/astronvim/lazy_snapshot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ return {
{ "jay-babu/mason-nvim-dap.nvim", version = "^2", optional = true },
{ "kevinhwang91/nvim-ufo", version = "^1", optional = true },
{ "kevinhwang91/promise-async", version = "^1", optional = true },
{ "lewis6991/gitsigns.nvim", version = "^0.8", optional = true },
{ "lewis6991/gitsigns.nvim", version = "^0.9", optional = true },
{ "lukas-reineke/indent-blankline.nvim", version = "^3", optional = true },
{ "max397574/better-escape.nvim", commit = "7e86edafb8c7e73699e0320f225464a298b96d12", optional = true },
{ "mfussenegger/nvim-dap", version = "^0.8", optional = true },
Expand All @@ -38,7 +38,7 @@ return {
{ "nvim-telescope/telescope-fzf-native.nvim", commit = "9ef21b2e6bb6ebeaf349a0781745549bbb870d27", optional = true },
{ "nvim-telescope/telescope.nvim", version = "^0.1", optional = true },
{ "nvim-tree/nvim-web-devicons", commit = "c0cfc1738361b5da1cd0a962dd6f774cc444f856", optional = true },
{ "nvim-treesitter/nvim-treesitter", commit = "9a7ad2ff7a7ea81016aca2fc89c9b2c1a5365421", optional = true },
{ "nvim-treesitter/nvim-treesitter", commit = "9636d5a3f4f531256fba147a30b882c44f28fae1", optional = true },
{ "nvim-treesitter/nvim-treesitter-textobjects", commit = "34867c69838078df7d6919b130c0541c0b400c47", optional = true },
{ "nvimtools/none-ls.nvim", commit = "8691504118b252d64fc5023a104aedd100ab754a", optional = true },
{ "onsails/lspkind.nvim", commit = "1735dd5a5054c1fb7feaf8e8658dbab925f4f0cf", optional = true },
Expand All @@ -55,5 +55,5 @@ return {
{ "williamboman/mason-lspconfig.nvim", version = "^1", optional = true },
{ "williamboman/mason.nvim", version = "^1", optional = true },
{ "windwp/nvim-autopairs", commit = "c15de7e7981f1111642e7e53799e1211d4606cb9", optional = true },
{ "windwp/nvim-ts-autotag", commit = "2692808eca8a4ac3311516a1c4a14bb97ecc6482", optional = true },
{ "windwp/nvim-ts-autotag", commit = "06fe07d7523ba8c755fac7c913fceba43b1720ee", optional = true },
}

0 comments on commit 07d7281

Please sign in to comment.