From c41fa8be2cb3d86ca78e36fd7dca198e1b554520 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 15 Jun 2022 04:37:59 +0200 Subject: vim: replace easy-align with small lua module with support for inccommand preview --- .vim/lua/plugins.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to '.vim/lua/plugins.lua') 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', '', ':LiveEasyAlign') - end} -- }}} - use {'tpope/vim-surround'} use {'tpope/vim-repeat'} -- extend '.' to plugins use {'michaeljsmith/vim-indent-object'} -- indentation text-objects -- cgit 1.4.1