summary refs log tree commit diff
path: root/.vim/lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-04-20 14:14:12 +0200
committerRobert Günzler <r@gnzler.io>2022-04-20 14:14:12 +0200
commitddf94834b05ac5917b0818146b159614cbc47995 (patch)
tree98d60842ab3ffb054613c9e3727debf44b5d643e /.vim/lua
parent319ad8e1681724fd026f9d26f14d249ca2110e1b (diff)
vim: revert to tpope/vim-surround
Diffstat (limited to '.vim/lua')
-rw-r--r--.vim/lua/plugins.lua6
1 files changed, 1 insertions, 5 deletions
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', '<enter>', ':LiveEasyAlign<cr>')
     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