aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-01-20 18:46:02 +0100
committerkdx <kikoodx@paranoici.org>2023-01-20 18:46:02 +0100
commit35a27fcdc35a3f9d060cdb583c3fb1286d160750 (patch)
tree8ffb9ca19ea17bc61c73f011ec1737f79c52b4de
parent5892bd355a59035839f0f4b80aad5ff03269d529 (diff)
downloadnvim-config-35a27fcdc35a3f9d060cdb583c3fb1286d160750.tar.gz
#2: add auto pairs plugin
-rw-r--r--plugs.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugs.lua b/plugs.lua
index cc7fa84..d328d0c 100644
--- a/plugs.lua
+++ b/plugs.lua
@@ -19,4 +19,5 @@ require("paq")({
"eandrju/cellular-automaton.nvim";
"goolord/alpha-nvim";
"tpope/vim-commentary";
+ "LunarWatcher/auto-pairs";
})