aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kdx@42l.fr>2023-01-20 14:00:30 +0100
committerkdx <kdx@42l.fr>2023-01-20 14:00:30 +0100
commit5892bd355a59035839f0f4b80aad5ff03269d529 (patch)
tree5d6737090da685b0f96a0eaa52eae2227afe7492
parenta9f5b196335c0ef3fa786e6ac9931d4f288cf9da (diff)
downloadnvim-config-5892bd355a59035839f0f4b80aad5ff03269d529.tar.gz
#1: add vim commentary plugin
-rw-r--r--plugs.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugs.lua b/plugs.lua
index bb05351..cc7fa84 100644
--- a/plugs.lua
+++ b/plugs.lua
@@ -18,4 +18,5 @@ require("paq")({
-- most essential plugin
"eandrju/cellular-automaton.nvim";
"goolord/alpha-nvim";
+ "tpope/vim-commentary";
})