diff options
| author | Leander <80996591+m0ntagur@users.noreply.github.com> | 2022-08-13 00:28:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-13 00:28:12 +0200 |
| commit | d81b3c1c37f47fe10f24e50856e6857c0bcbc23b (patch) | |
| tree | 2b17b2faf7c948db1af6885c63276653caeb3dfd | |
| parent | e5d4605dab5274db036a5edbd0d31012158e8d20 (diff) | |
Delete autopairs.lua
| -rw-r--r-- | autopairs.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/autopairs.lua b/autopairs.lua deleted file mode 100644 index f04342b..0000000 --- a/autopairs.lua +++ /dev/null @@ -1,6 +0,0 @@ -local status, autopairs = pcall(require, "nvim-autopairs")
-if (not status) then return end
-
-autopairs.setup({
- disable_filetype = { "TelescopePrompt" },
-})
\ No newline at end of file |
