diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-05-06 01:37:09 +0430 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-06 01:37:09 +0430 | 
| commit | be5afb5b77879afebd745e8e35d6f683b14e7224 (patch) | |
| tree | 2ab6bae3fc1f5f6a5df3916ecb8399bada8fd11c | |
| parent | e14ad73fa6fcf3e24108db9c21fd01bf7ae7529c (diff) | |
chore: bump plugins version (#2563)
* chore: bump plugins version
* chore(plugins): update
* chore(update): replace DAPInstall with dap-buddy
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abouzar Parvan <[email protected]>
| -rw-r--r-- | snapshots/default.json | 34 | 
1 files changed, 17 insertions, 17 deletions
| diff --git a/snapshots/default.json b/snapshots/default.json index 22ad665a..3179bc77 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -2,14 +2,11 @@    "Comment.nvim": {      "commit": "cb0de89"    }, -  "dap-buddy.nvim": { -    "commit": "3679132" -  },    "FixCursorHold.nvim": {      "commit": "1bfb32e"    },    "LuaSnip": { -    "commit": "1dbafec" +    "commit": "cc00863"    },    "alpha-nvim": {      "commit": "4781fcf" @@ -29,11 +26,14 @@    "cmp_luasnip": {      "commit": "a9de941"    }, +  "dap-buddy.nvim": { +    "commit": "bbda2b0" +  },    "friendly-snippets": {      "commit": "6e0881a"    },    "gitsigns.nvim": { -    "commit": "61c8398" +    "commit": "0beb194"    },    "lua-dev.nvim": {      "commit": "54149d1" @@ -42,34 +42,34 @@      "commit": "45d07fc"    },    "nlsp-settings.nvim": { -    "commit": "fc3007e" +    "commit": "0ca91e1"    },    "null-ls.nvim": {      "commit": "3dbded7"    },    "nvim-autopairs": { -    "commit": "63779ea" +    "commit": "aea9131"    },    "nvim-cmp": { -    "commit": "baa8646" +    "commit": "f81bfee"    },    "nvim-dap": { -    "commit": "d6d8317" +    "commit": "d73ebd6"    },    "nvim-lsp-installer": { -    "commit": "193f171" +    "commit": "91fe454"    },    "nvim-lspconfig": { -    "commit": "21102d5" +    "commit": "2f37b2c"    },    "nvim-notify": { -    "commit": "ebe78be" +    "commit": "d4a01ee"    },    "nvim-tree.lua": {      "commit": "483f155"    },    "nvim-treesitter": { -    "commit": "4067351" +    "commit": "cf3e963"    },    "nvim-ts-context-commentstring": {      "commit": "8834375" @@ -93,7 +93,7 @@      "commit": "612443b"    },    "schemastore.nvim": { -    "commit": "57bb4e1" +    "commit": "aaf3d78"    },    "structlog.nvim": {      "commit": "6f1403a" @@ -102,12 +102,12 @@      "commit": "281b07a"    },    "telescope.nvim": { -    "commit": "23e28d0" +    "commit": "4681dcd"    },    "toggleterm.nvim": { -    "commit": "6c7f5db" +    "commit": "c3fac3d"    },    "which-key.nvim": { -    "commit": "03de564" +    "commit": "f03a259"    }  } | 
