Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
chore: Update pinned packer dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
connorgmeean committed Aug 18, 2022
1 parent 1a73987 commit a26c170
Show file tree
Hide file tree
Showing 24 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions lua/doom/modules/core/doom/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ required.packages = {
-- Required by some treesitter modules
["aniseed"] = {
"Olical/aniseed",
commit = "bfaefa11c9e6b36b17a7fe11f8f005198411c3e5",
commit = "411d81776d996f3d6afee07469ebe58248fe9e36",
module_pattern = "aniseed",
},
["plenary.nvim"] = {
"nvim-lua/plenary.nvim",
commit = "986ad71ae930c7d96e812734540511b4ca838aa2",
commit = "31807eef4ed574854b8a53ae40ea3292033a78ea",
module = "plenary",
},
["popup.nvim"] = {
Expand Down
6 changes: 3 additions & 3 deletions lua/doom/modules/core/treesitter/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ treesitter.settings = {
treesitter.packages = {
["nvim-treesitter"] = {
"nvim-treesitter/nvim-treesitter",
commit = "6289410c7a4715d6e7743c4d81cf5d262e90951e",
commit = "d76b0de6536c2461f97cfeca0550f8cb89793935",
run = ":TSUpdate",
branch = "master",
},
["nvim-ts-context-commentstring"] = {
"JoosepAlviste/nvim-ts-context-commentstring",
commit = "88343753dbe81c227a1c1fd2c8d764afb8d36269",
commit = "4befb8936f5cbec3b726300ab29edacb891e1a7b",
after = "nvim-treesitter",
},
["nvim-ts-autotag"] = {
"windwp/nvim-ts-autotag",
commit = "044a05c4c51051326900a53ba98fddacd15fea22",
commit = "fdefe46c6807441460f11f11a167a2baf8e4534b",
after = "nvim-treesitter",
},
}
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/core/updater/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local updater = {}
updater.packages = {
["plenary.nvim"] = {
"nvim-lua/plenary.nvim",
commit = "986ad71ae930c7d96e812734540511b4ca838aa2",
commit = "31807eef4ed574854b8a53ae40ea3292033a78ea",
module = "plenary",
},
}
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/auto_install/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ auto_install.packages = {
},
["nvim-lsp-installer"] = {
"williamboman/nvim-lsp-installer",
commit = "b8c168ccb30529a11404e5f71525502ec6288ccf",
commit = "ae913cb4fd62d7a84fb1582e11f2e15b4d597123",
-- disabled = not is_module_enabled("features", "lsp"),
},
}
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/autopairs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ autopairs.settings = {
autopairs.packages = {
["nvim-autopairs"] = {
"windwp/nvim-autopairs",
commit = "972a7977e759733dd6721af7bcda7a67e40c010e",
commit = "a7a8be3d2f2473300d070293903ac8b95edeccc1",
event = "BufReadPost",
},
}
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/comment/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ comment.settings = {
comment.packages = {
["Comment.nvim"] = {
"numToStr/Comment.nvim",
commit = "78ab4e9785b6da9b7a539df3bd6f70300dc9482b",
commit = "7c49fb2ac01a9f03410100c8e78f647bbea857e8",
module = "Comment",
},
}
Expand Down
4 changes: 2 additions & 2 deletions lua/doom/modules/features/dap/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ dap.settings = {
dap.packages = {
["nvim-dap"] = {
"mfussenegger/nvim-dap",
commit = "a13d6cb9ea8f7bbf8dd9c5de9ca2cbee64d2e258",
commit = "ad8b0de205a077b66cb301531bdc31c8fc7551b6",
module = "dap",
},
["nvim-dap-ui"] = {
"rcarriga/nvim-dap-ui",
commit = "b7b71444128f5aa90e4aee8dbfa36b14afddfb7a",
commit = "225115ae986b39fdaffaf715e571dd43b3ac9670",
after = { "nvim-dap" },
},
}
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/dashboard/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dashboard.settings = {
dashboard.packages = {
["dashboard-nvim"] = {
"glepnir/dashboard-nvim",
commit = "94585fab23f17a9450b85cc04d71f98251579e37",
commit = "b7e9f65bb259e52c29770e3c6cca32dd8519c76f",
cmd = "Dashboard",
opt = true,
},
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/explorer/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ explorer.settings = {
explorer.packages = {
["nvim-tree.lua"] = {
"kyazdani42/nvim-tree.lua",
commit = "7fcb48c852b9d58709169a4dc1ec634fa9ea56f9",
commit = "09a51266bca28dd87febd63c66bdbd74f7764a63",
module = "nvim-tree.api",
cmd = {
"NvimTreeClipboard",
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/firenvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ firenvim.settings = {
firenvim.packages = {
["firenvim"] = {
"glacambre/firenvim",
commit = "f679455c294c62eddee86959cfc9f1b1f79fe97d",
commit = "56a49d79904921a8b4405786e12b4e12fbbf171b",
run = function()
vim.fn["firenvim#install"](0)
end,
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/gitsigns/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gitsigns.settings = {
gitsigns.packages = {
["gitsigns.nvim"] = {
"lewis6991/gitsigns.nvim",
commit = "8b817e76b6399634f3f49e682d6e409844241858",
commit = "f6d93f90bed4f86ef204bb023b3bdea9fd27d7f6",
},
}

Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/illuminate/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ illuminate.settings = {
illuminate.packages = {
["vim-illuminate"] = {
"RRethy/vim-illuminate",
commit = "6bfa5dc069bd4aa8513a3640d0b73392094749be",
commit = "27f6ef135a88d9410a33cf92fc47f5c018df552c",
},
}

Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/linter/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ linter.settings = {
linter.packages = {
["null-ls.nvim"] = {
"jose-elias-alvarez/null-ls.nvim",
commit = "47c04991af80b6acdf08a5db057908b52f4d0699",
commit = "8914051a3d399e9715833ad76bbf5fe69ea7faf0",
after = "nvim-lspconfig",
},
}
Expand Down
8 changes: 4 additions & 4 deletions lua/doom/modules/features/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ lsp.settings = {
lsp.packages = {
["nvim-lspconfig"] = {
"neovim/nvim-lspconfig",
commit = "60f2993b9661d9844cee3bebdbd1b5860577eb3c",
commit = "da7461b596d70fa47b50bf3a7acfaef94c47727d",
module = "lspconfig",
},
["nvim-cmp"] = {
"hrsh7th/nvim-cmp",
commit = "706371f1300e7c0acb98b346f80dad2dd9b5f679",
commit = "b1ebdb0a17daaad13606b802780313a32e59781b",
requires = {
"L3MON4D3/LuaSnip",
commit = "53e812a6f51c9d567c98215733100f0169bcc20a",
Expand All @@ -129,7 +129,7 @@ lsp.packages = {
},
["cmp-buffer"] = {
"hrsh7th/cmp-buffer",
commit = "62fc67a2b0205136bc3e312664624ba2ab4a9323",
commit = "3022dbc9166796b644a841a02de8dd1cc1d311fa",
after = "nvim-cmp",
},
["cmp_luasnip"] = {
Expand All @@ -139,7 +139,7 @@ lsp.packages = {
},
["lsp_signature.nvim"] = {
"ray-x/lsp_signature.nvim",
commit = "aea1e060d465fcb565bc1178e4189fc79524ba61",
commit = "e65a63858771db3f086c8d904ff5f80705fd962b",
after = "nvim-lspconfig",
},
}
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/neogit/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ neogit.settings = {}
neogit.packages = {
["neogit"] = {
"TimUntersberger/neogit",
commit = "06e986fab0d0c31ba981b9f21c712dc72b3d237f",
commit = "05386ff1e9da447d4688525d64f7611c863f05ca",
cmd = "Neogit",
opt = true,
},
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/neorg/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ neorg.settings = {
neorg.packages = {
["neorg"] = {
"nvim-neorg/neorg",
commit = "2c4305eb32b10710a043380069c5538632160260",
commit = "d93126cfcc2b5f90c063676f8669fed9b0806bcd",
after = "nvim-treesitter",
},
}
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/projects/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ projects.settings = {
projects.packages = {
["project.nvim"] = {
"ahmedkhalf/project.nvim",
commit = "e449497c0bceb6e50947b840ec3658bf1108bf0b",
commit = "090bb11ee7eb76ebb9d0be1c6060eac4f69a240f",
requires = { "nvim-treesitter/nvim-treesitter" },
},
}
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/repl/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repl.settings = {
repl.packages = {
["iron.nvim"] = {
"hkupty/iron.nvim",
commit = "8fe71532ff25020970b0d216c22525f92097d573",
commit = "500aae3686b69dac3985e50dfaae074bcc2f2d94",
},
}

Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/show_registers/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ show_registers.settings = {}
show_registers.packages = {
["registers.nvim"] = {
"tversteeg/registers.nvim",
commit = "f354159d34bc17553ad772c633fd7caff8ecb35c",
commit = "23f9efc71cc7aa42a44df8a2f20f6812f6c54abf",
opt = true,
},
}
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/statusline/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ end
statusline.packages = {
["heirline.nvim"] = {
"rebelot/heirline.nvim",
commit = "805a158b2b44b015f7966b03cd9def489984be8f",
commit = "5b5ef268a80c2c241f16b03268b4498f214ecf66",
},
}

Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/symbols/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ symbols.settings = {
symbols.packages = {
["symbols-outline.nvim"] = {
"simrat39/symbols-outline.nvim",
commit = "15ae99c27360ab42e931be127d130611375307d5",
commit = "e459f3262c4c79a62e654ada0fbbb9758313c968",
cmd = {
"SymbolsOutline",
"SymbolsOutlineOpen",
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/telescope/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ telescope.settings = {
telescope.packages = {
["telescope.nvim"] = {
"nvim-telescope/telescope.nvim",
commit = "b5833a682c511885887373aad76272ad70f7b3c2",
commit = "d793de0f12d874c463e81edabee741b802c1a37a",
cmd = "Telescope",
opt = true,
},
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/features/terminal/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terminal.settings = {
terminal.packages = {
["toggleterm.nvim"] = {
"akinsho/toggleterm.nvim",
commit = "a7c9a6fd135f96639e2ac686691a32db6d011471",
commit = "62683d927dfd30dc68441a5811fdcb6c9f176c42",
cmd = { "ToggleTerm", "TermExec" },
opt = true,
},
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/langs/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ config.settings = {
config.packages = {
["SchemaStore.nvim"] = {
"b0o/SchemaStore.nvim",
commit = "65e845c491db027f93648dbf6241bc73e68a44d0",
commit = "f55842dc797faad8cf7b0d9ce75c59da654aa018",
ft = { "json", "yaml", "toml" },
},
}
Expand Down

0 comments on commit a26c170

Please sign in to comment.