From 6d4208a39ba4a576c310a301eb576d84eec1ddaf Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: Entirely new config --- .config/nvim/lua/plugin/autopairs.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .config/nvim/lua/plugin/autopairs.lua (limited to '.config/nvim/lua/plugin/autopairs.lua') diff --git a/.config/nvim/lua/plugin/autopairs.lua b/.config/nvim/lua/plugin/autopairs.lua deleted file mode 100644 index ab924aa..0000000 --- a/.config/nvim/lua/plugin/autopairs.lua +++ /dev/null @@ -1,13 +0,0 @@ - -require("nvim-autopairs").setup { - fast_wrap = { - map = "", - chars = { "<", "{", "[", "(", "\"", "'" }, - pattern = [=[[%"%"%>%]%)%}%,]]=], - end_key = "$", - keys = "qwertyuiopzxcvbnmasdfghjkl", - check_comma = true, - highlight = "Search", - highlight_grey="Comment" - } -} -- cgit v1.3-2-g0d8e