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 Oct 15, 2024
1 parent bee36ce commit 092d841
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lua/astronvim/lazy_snapshot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ return {
{ "AstroNvim/astrolsp", version = "^2.0.2", optional = true },
{ "AstroNvim/astrotheme", version = "^4", optional = true },
{ "AstroNvim/astroui", version = "^2", optional = true },
{ "JoosepAlviste/nvim-ts-context-commentstring", commit = "44fd461b879d80a21d5041f312f070f22551c0bc", optional = true },
{ "JoosepAlviste/nvim-ts-context-commentstring", commit = "9c74db656c3d0b1c4392fc89a016b1910539e7c0", optional = true },
{ "L3MON4D3/LuaSnip", version = "^2", optional = true },
{ "MunifTanjim/nui.nvim", version = "^0.3", optional = true },
{ "NMAC427/guess-indent.nvim", commit = "6cd61f7a600bb756e558627cd2e740302c58e32d", optional = true },
Expand All @@ -13,7 +13,7 @@ return {
{ "echasnovski/mini.bufremove", version = "^0.14", optional = true },
{ "folke/lazy.nvim", version = "^11", optional = true },
{ "folke/lazydev.nvim", version = "^1", optional = true },
{ "folke/neoconf.nvim", commit = "918166a4adf25cbc5aec880217c532b3920f383a", optional = true },
{ "folke/neoconf.nvim", commit = "887be0ddcf27f6684898e5f9f33297365146a5ec", optional = true },
{ "folke/todo-comments.nvim", version = "^1", optional = true },
{ "folke/which-key.nvim", version = "^3", optional = true },
{ "goolord/alpha-nvim", commit = "bf3c8bb8c02ed3d9644cc5bbc48e2bdc39349cd7", optional = true },
Expand All @@ -26,7 +26,7 @@ return {
{ "kevinhwang91/nvim-ufo", version = "^1", optional = true },
{ "kevinhwang91/promise-async", version = "^1", optional = true },
{ "lewis6991/gitsigns.nvim", version = "^0.9", optional = true },
{ "lukas-reineke/indent-blankline.nvim", commit = "18603eb949eba08300799f64027af11ef922283f", optional = true },
{ "lukas-reineke/indent-blankline.nvim", commit = "e7a4442e055ec953311e77791546238d1eaae507", optional = true },
{ "max397574/better-escape.nvim", version = "^2", optional = true },
{ "mehalter/mason-lspconfig.nvim", commit = "f3658bfc667df6a0340194a015ac2f31c1e675e0", optional = true },
{ "mfussenegger/nvim-dap", commit = "7ff6936010b7222fea2caea0f67ed77f1b7c60dd", optional = true },
Expand All @@ -37,15 +37,15 @@ return {
{ "nvim-neo-tree/neo-tree.nvim", version = "^3", optional = true },
{ "nvim-neotest/nvim-nio", version = "^1", optional = true },
{ "nvim-telescope/telescope-fzf-native.nvim", commit = "cf48d4dfce44e0b9a2e19a008d6ec6ea6f01a83b", optional = true },
{ "nvim-telescope/telescope.nvim", commit = "eae0d8fbde590b0eaa2f9481948cd6fd7dd21656", optional = true },
{ "nvim-tree/nvim-web-devicons", commit = "6b53401918a9033a41159d012160c5fb5eb249ae", optional = true },
{ "nvim-treesitter/nvim-treesitter", commit = "3af8476530caa0906aa68f4dc911f76e77b478a9", optional = true },
{ "nvim-treesitter/nvim-treesitter-textobjects", commit = "4a2d05ec24eaa6b655c7d19092a3b6c0219d46b9", optional = true },
{ "nvimtools/none-ls.nvim", commit = "0e0a940477cc08fa7b1799384a1d668058ed4e61", optional = true },
{ "nvim-telescope/telescope.nvim", commit = "df534c3042572fb958586facd02841e10186707c", optional = true },
{ "nvim-tree/nvim-web-devicons", commit = "19d257cf889f79f4022163c3fbb5e08639077bd8", optional = true },
{ "nvim-treesitter/nvim-treesitter", commit = "39904fd016120d87010a93ccb9845c821ba2f1dd", optional = true },
{ "nvim-treesitter/nvim-treesitter-textobjects", commit = "b91c98afa6c42819aea6cbc1ba38272f5456a5cf", optional = true },
{ "nvimtools/none-ls.nvim", commit = "6bdd9b3364e12ffb346ac224db3df37de0b1429b", optional = true },
{ "onsails/lspkind.nvim", commit = "59c3f419af48a2ffb2320cea85e44e5a95f71664", optional = true },
{ "rafamadriz/friendly-snippets", commit = "00ba9dd3df89509f95437b8d595553707c46d5ea", optional = true },
{ "rafamadriz/friendly-snippets", commit = "de8fce94985873666bd9712ea3e49ee17aadb1ed", optional = true },
{ "rcarriga/cmp-dap", commit = "ea92773e84c0ad3288c3bc5e452ac91559669087", optional = true },
{ "rcarriga/nvim-dap-ui", commit = "1c351e4e417d4691da12948b6ecf966936a56d28", optional = true },
{ "rcarriga/nvim-dap-ui", commit = "ffa89839f97bad360e78428d5c740fdad9a0ff02", optional = true },
{ "rcarriga/nvim-notify", version = "^3", optional = true },
{ "rebelot/heirline.nvim", version = "^1", optional = true },
{ "s1n7ax/nvim-window-picker", version = "^2", optional = true },
Expand Down

0 comments on commit 092d841

Please sign in to comment.