diff options
Diffstat (limited to '')
-rw-r--r-- | after/plugin/autopairs.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/after/plugin/autopairs.lua b/after/plugin/autopairs.lua deleted file mode 100644 index 64c379d..0000000 --- a/after/plugin/autopairs.lua +++ /dev/null @@ -1,8 +0,0 @@ -local status_ok, autopairs = pcall(require, "ultimate-autopair") -if not status_ok then - return -end - -autopairs.setup { - ignored_next_char = string.gsub("!@#$%^&*()_+", "%s+", "") -} |