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()