diff options
Diffstat (limited to '.vim/lua/plugins.lua')
| -rw-r--r-- | .vim/lua/plugins.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 52588d5..b3b8d75 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -717,11 +717,6 @@ require('packer').startup({function() } end} -- }}} - use {'junegunn/vim-easy-align', cmd = {'EasyAlign', 'LiveEasyAlign'}, -- {{{ - config = function() - vim.keymap.set('v', '<enter>', ':LiveEasyAlign<cr>') - end} -- }}} - use {'tpope/vim-surround'} use {'tpope/vim-repeat'} -- extend '.' to plugins use {'michaeljsmith/vim-indent-object'} -- indentation text-objects |