From 68ef48963622954bbb07e493a21c9c4ceaf9d032 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 24 Dec 2023 01:09:59 +0100 Subject: [PATCH] Added surround plugin --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 3b76836..a76670d 100644 --- a/init.lua +++ b/init.lua @@ -118,6 +118,7 @@ local function packer_startup(use) use 'folke/zen-mode.nvim' -- For centering the text on screen giving a better editing experience in full-screen mode. use 'michaeljsmith/vim-indent-object' -- Treats lines of the same indentation as a new text object, access with i and I. + use 'tpope/vim-surround' -- Allows you to surround text with tags, quotes and brackets. if packer_bootstrap then --Comes after packages require('packer').sync()