summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/autopairs.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-05 21:37:07 -0400
committertriethyl <triethylammonium@pm.me>2025-08-05 21:37:07 -0400
commitef309868a758ca7087c6d1ed1c8156172fe9b96a (patch)
treea2d78738181ec8512b4ce852151b2b1ed6d467de /pkgs/custom-neovim/config/lua/plugins/autopairs.lua
parented137d6252bcb217a9d534d7fe1a45bae6ba6866 (diff)
neovim: moved to mini-pairs and cleaned up
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/autopairs.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/autopairs.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/autopairs.lua b/pkgs/custom-neovim/config/lua/plugins/autopairs.lua
deleted file mode 100644
index ba62d44..0000000
--- a/pkgs/custom-neovim/config/lua/plugins/autopairs.lua
+++ /dev/null
@@ -1 +0,0 @@
-require("nvim-autopairs").setup {}