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 Aug 25, 2023
1 parent 212ceb3 commit c32f5e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lua/lazy_snapshot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ return {
{ "MunifTanjim/nui.nvim", version = "^0.2", optional = true },
{ "NMAC427/guess-indent.nvim", commit = "b8ae749fce17aa4c267eec80a6984130b94f80b2", optional = true },
{ "NvChad/nvim-colorizer.lua", commit = "dde3084106a70b9a79d48f426f6d6fec6fd203f7", optional = true },
{ "Shatur/neovim-session-manager", commit = "4883372b1ef2bdcf4cbdac44c98d68c216914462", optional = true },
{ "Shatur/neovim-session-manager", commit = "fc283b51e71a3b2e004741c9e0210ffb7c610cca", optional = true },
{ "akinsho/toggleterm.nvim", version = "^2", optional = true },
{ "b0o/SchemaStore.nvim", commit = "b56b6ac795d988fa3522b279674990120e76b231", optional = true },
{ "b0o/SchemaStore.nvim", commit = "c7c6353db3208608786503cbade1e9f8d3531f15", optional = true },
{ "echasnovski/mini.bufremove", commit = "7821606e35c1ac931b56d8e3155f45ffe76ee7e5", optional = true },
{ "folke/lazy.nvim", version = "^10", optional = true },
{ "folke/neoconf.nvim", version = "^1", optional = true },
{ "folke/neodev.nvim", version = "^2", optional = true },
{ "folke/which-key.nvim", version = "^1", optional = true },
{ "goolord/alpha-nvim", commit = "7a6b9487dba044a43fde534bf5036f0fda5b6b23", optional = true },
{ "goolord/alpha-nvim", commit = "63a860e7ed3ae41ee92481ea65a48fb35431ae21", optional = true },
{ "hrsh7th/cmp-buffer", commit = "3022dbc9166796b644a841a02de8dd1cc1d311fa", optional = true },
{ "hrsh7th/cmp-nvim-lsp", commit = "44b16d11215dce86f253ce0c30949813c0a90765", optional = true },
{ "hrsh7th/cmp-path", commit = "91ff86cd9c29299a64f968ebb45846c485725f23", optional = true },
Expand All @@ -28,15 +28,15 @@ return {
{ "max397574/better-escape.nvim", commit = "7031dc734add47bb71c010e0551829fa5799375f", optional = true },
{ "mfussenegger/nvim-dap", version = "^0.6", optional = true },
{ "mrjones2014/smart-splits.nvim", version = "^1", optional = true },
{ "neovim/nvim-lspconfig", commit = "93c6826b16217eaef568ca5c224ea5d0c12bbb82", optional = true },
{ "neovim/nvim-lspconfig", commit = "f7922e59aeb9bc3e31a660ea4e7405ffa3fc2c3a", optional = true },
{ "numToStr/Comment.nvim", version = "^0.8", optional = true },
{ "nvim-lua/plenary.nvim", version = "^0.1", optional = true },
{ "nvim-neo-tree/neo-tree.nvim", version = "^3", optional = true },
{ "nvim-telescope/telescope-fzf-native.nvim", commit = "9bc8237565ded606e6c366a71c64c0af25cd7a50", optional = true },
{ "nvim-telescope/telescope.nvim", version = "^0.1", optional = true },
{ "nvim-tree/nvim-web-devicons", commit = "cfc8824cc1db316a276b36517f093baccb8e799a", optional = true },
{ "nvim-treesitter/nvim-treesitter", commit = "2ee71c1a2fa74c10692be10ae420ff0c3a02eb3c", optional = true },
{ "nvim-treesitter/nvim-treesitter-textobjects", commit = "56272167a6dead91c47c02dbdbfe1ae5643c59f5", optional = true },
{ "nvim-treesitter/nvim-treesitter", commit = "bae2c1824fb9297b044fbb58fc3b81ba79ed8b75", optional = true },
{ "nvim-treesitter/nvim-treesitter-textobjects", commit = "e3e2b6de4ccf781fb653a3a1d397aeb4a0095609", optional = true },
{ "onsails/lspkind.nvim", commit = "57610d5ab560c073c465d6faf0c19f200cb67e6e", optional = true },
{ "rafamadriz/friendly-snippets", commit = "377d45475b49e37460a902d6d569d2093d4037d0", optional = true },
{ "rcarriga/cmp-dap", commit = "d16f14a210cd28988b97ca8339d504533b7e09a4", optional = true },
Expand Down

0 comments on commit c32f5e2

Please sign in to comment.