diff options
| author | Robert Günzler <r@gnzler.io> | 2022-06-15 04:37:59 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-06-15 04:39:51 +0200 |
| commit | c41fa8be2cb3d86ca78e36fd7dca198e1b554520 (patch) | |
| tree | 18a786ca09158a9f1bd0485d6cedfa4df1b7dd7c /.vim/lua/plugins.lua | |
| parent | eeb2d0c528851b61f9c790f5afe33f4083c9264a (diff) | |
vim: replace easy-align with small lua module
with support for inccommand preview
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 |