diff options
Diffstat (limited to 'nvim/dot-config/nvim/lua/custom/plugins/autopairs.lua')
-rw-r--r-- | nvim/dot-config/nvim/lua/custom/plugins/autopairs.lua | 9 |
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, -} |