diff options
Diffstat (limited to '.vim/lua/plugins.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 |