diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-05-27 21:45:51 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-05-27 21:45:51 -0400 |
| commit | 80351c2cde0845c894466dd83b0554e4f96cbcb0 (patch) | |
| tree | 8783146cc0319df20e3edb85615c09e6d1b8a3e0 /.config/nvim/lua/plugins/autopair.lua | |
| parent | 41b74f66946213b6efc4134a514fd5ab76b03353 (diff) | |
new nvim
Diffstat (limited to '.config/nvim/lua/plugins/autopair.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/autopair.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/nvim/lua/plugins/autopair.lua b/.config/nvim/lua/plugins/autopair.lua deleted file mode 100644 index 40222e1..0000000 --- a/.config/nvim/lua/plugins/autopair.lua +++ /dev/null @@ -1,8 +0,0 @@ -return { - "windwp/nvim-autopairs", - opt = true, - event = "InsertEnter", - config = function() - require("nvim-autopairs").setup() - end -} |
