From ddf94834b05ac5917b0818146b159614cbc47995 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 20 Apr 2022 14:14:12 +0200 Subject: vim: revert to tpope/vim-surround --- .vim/lua/plugins.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.vim/lua') diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index c246121..39ad86f 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -711,11 +711,7 @@ return require('packer').startup({function() vim.keymap.set('v', '', ':LiveEasyAlign') end} -- }}} - use {'ur4ltz/surround.nvim', -- {{{ - config = function() - require('surround').setup { mappings_style = 'surround' } - end} -- }}} - + use {'tpope/vim-surround'} use {'tpope/vim-repeat'} -- extend '.' to plugins use {'michaeljsmith/vim-indent-object'} -- indentation text-objects use {'kshenoy/vim-signature', disable = true} -- toggle, display and navigate marks -- cgit 1.4.1