From 07fd24bdc31c05bbf50532cb31e58c1c183dfa32 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 30 Dec 2021 10:58:42 -0600 Subject: [PATCH] Added vim surround --- lua/plugins.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 23bcf19..4c163d3 100755 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -406,6 +406,10 @@ return require("packer").startup({function() "ms-jpq/coq.thirdparty" } + use { + "tpope/vim-surround" + } + -- Bootstrap packer if not installed, sync packages if packer_bootstrap then