Hotschke
Hotschke
I know following plugins which support repeat.vim but are not yet listed in the README.md: - **vim-easy-align** (https://github.com/junegunn/vim-easy-align) - **vimtex** (https://github.com/lervag/vimtex) - **vim-exchange** (https://github.com/tommcdo/vim-exchange) - **vim-lion** (https://github.com/tommcdo/vim-lion) - vim-express (https://github.com/tommcdo/vim-express)...
Another toggling addition for unimpaired: ``` diff diff --git a/plugin/unimpaired.vim b/plugin/unimpaired.vim index f2c90bb..b7b6d6c 100644 --- a/plugin/unimpaired.vim +++ b/plugin/unimpaired.vim @@ -222,6 +222,9 @@ call s:option_map('u', 'cursorcolumn', 'setlocal') nnoremap [od :diffthis nnoremap...
Have you considered adding a command line interface to your library, so people can use it on the shell? I know there already existing options out there: - `$ recode...