summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2022-01-15 17:05:58 +0330
committerGitHub <[email protected]>2022-01-15 14:35:58 +0100
commit44ae4480f23ec57ca7067b9eba781e0d6aad0676 (patch)
treef4d82e70b9832b94d433938fbe113adba4b1cfe3
parent63321d000fa9239e7550ee63de6892df8ad6f2e4 (diff)
chore(plugins): bump plugin version and also fix nvim-cmp cmdline issue (#2183)
-rw-r--r--lua/lvim/plugins.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua
index 50dea8b7..4a2a5eb7 100644
--- a/lua/lvim/plugins.lua
+++ b/lua/lvim/plugins.lua
@@ -16,13 +16,13 @@ local commit = {
nlsp_settings = "3a3942b5d1da30e3ca0dc431aada3191c5952054",
null_ls = "567daff80cc629302e1ac196f74d0dec8738249a",
nvim_autopairs = "97e454ce9b1371373105716d196c1017394bc947",
- nvim_cmp = "76d92fca643d53b735ddaf07e0da293949973764",
+ nvim_cmp = "2ed0cdab36122f0daac4b63a8995c421ed423162",
nvim_dap = "08349ab5da2148965deb2e778065017059bff584",
nvim_lsp_installer = "7a4f43beaf579f48b190e4a0784d4b3317157495",
nvim_lspconfig = "5dc61fa6bf837b91c4de2ed95ba6c840e47d25ac",
nvim_notify = "15f52efacd169ea26b0f4070451d3ea53f98cd5a",
nvim_tree = "0a2f6b0b6ba558a88c77a6b262af647760e6eca8",
- nvim_treesitter = "a76e1eb89d57e25cedbc71d6bf8e2d2c23d5d85b",
+ nvim_treesitter = "749f72d3515bf9b53ee55f8aa7bc06151b2ee753",
nvim_ts_context_commentstring = "097df33c9ef5bbd3828105e4bee99965b758dc3f",
nvim_web_devicons = "ac71ca88b1136e1ecb2aefef4948130f31aa40d1",
packer = "851c62c5ecd3b5adc91665feda8f977e104162a5",