Added fix to allow repeating surround actions

This commit is contained in:
Ivar Fatland
2023-12-24 01:16:27 +01:00
parent 68ef489636
commit 6fa627cb1a
+1
View File
@@ -119,6 +119,7 @@ local function packer_startup(use)
use 'michaeljsmith/vim-indent-object' -- Treats lines of the same indentation as a new text object, access with i and I. 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. use 'tpope/vim-surround' -- Allows you to surround text with tags, quotes and brackets.
use 'tpope/vim-repeat' -- Needed for above plugin to repeat actions.
if packer_bootstrap then --Comes after packages if packer_bootstrap then --Comes after packages
require('packer').sync() require('packer').sync()