diff options
| author | Robert Günzler <r@gnzler.io> | 2022-04-20 14:14:12 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-04-20 14:14:12 +0200 |
| commit | ddf94834b05ac5917b0818146b159614cbc47995 (patch) | |
| tree | 98d60842ab3ffb054613c9e3727debf44b5d643e /.vim/lua | |
| parent | 319ad8e1681724fd026f9d26f14d249ca2110e1b (diff) | |
vim: revert to tpope/vim-surround
Diffstat (limited to '.vim/lua')
| -rw-r--r-- | .vim/lua/plugins.lua | 6 |
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 |