diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-09-07 21:14:38 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-09-07 21:14:38 -0400 |
| commit | 338e1e48e6bb5e57225506e86d4112feabe2ae49 (patch) | |
| tree | 0e886facc473dd515a778cda35275c3f1f1ace55 /.config/nvim/lua/plugins/autopairs.lua | |
| parent | 11231c649e09b1c1d054482bb01d98baf83a2537 (diff) | |
nvim: remove EVEN MORE plugins (whoa)
Diffstat (limited to '.config/nvim/lua/plugins/autopairs.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/autopairs.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/nvim/lua/plugins/autopairs.lua b/.config/nvim/lua/plugins/autopairs.lua deleted file mode 100644 index a9641f7..0000000 --- a/.config/nvim/lua/plugins/autopairs.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - 'windwp/nvim-autopairs', - event = "InsertEnter", - opts = {}, -} - |
