aboutsummaryrefslogtreecommitdiff
path: root/nvim/dot-config/nvim/lua/custom/plugins/autopairs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/dot-config/nvim/lua/custom/plugins/autopairs.lua')
-rw-r--r--nvim/dot-config/nvim/lua/custom/plugins/autopairs.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/nvim/dot-config/nvim/lua/custom/plugins/autopairs.lua b/nvim/dot-config/nvim/lua/custom/plugins/autopairs.lua
deleted file mode 100644
index 170b337..0000000
--- a/nvim/dot-config/nvim/lua/custom/plugins/autopairs.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-return {
- "windwp/nvim-autopairs",
- event = "InsertEnter",
- -- Optional dependency
- dependencies = { "hrsh7th/nvim-cmp" },
- config = function()
- require "custom.autopairs"
- end,
-}