summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lazy-lock.json1
-rw-r--r--lua/plugins/nvim-autopairs.lua6
2 files changed, 0 insertions, 7 deletions
diff --git a/lazy-lock.json b/lazy-lock.json
index 1656195..aa45d80 100644
--- a/lazy-lock.json
+++ b/lazy-lock.json
@@ -10,7 +10,6 @@
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "1a31f824b9cd5bc6f342fc29e9a53b60d74af245" },
"mason.nvim": { "branch": "main", "commit": "fc98833b6da5de5a9c5b1446ac541577059555be" },
- "nvim-autopairs": { "branch": "master", "commit": "6522027785b305269fa17088395dfc0f456cedd2" },
"nvim-cmp": { "branch": "main", "commit": "1e1900b0769324a9675ef85b38f99cca29e203b3" },
"nvim-lspconfig": { "branch": "master", "commit": "699cf2ce74e40e7c5068cf93a6bd6a74b24c5ec3" },
"nvim-tree.lua": { "branch": "master", "commit": "c09ff35de503a41fa62465c6b4ae72d96e7a7ce4" },
diff --git a/lua/plugins/nvim-autopairs.lua b/lua/plugins/nvim-autopairs.lua
deleted file mode 100644
index a35707a..0000000
--- a/lua/plugins/nvim-autopairs.lua
+++ /dev/null
@@ -1,6 +0,0 @@
-return {
- {
- "windwp/nvim-autopairs",
- opts = {},
- },
-}