Added surround plugin

This commit is contained in:
Ivar Fatland
2023-12-24 01:09:59 +01:00
parent 95e00b9472
commit 68ef489636
+1
View File
@@ -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()