dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit c74ae43aa8828f5b4c1579f57e30488af46e2f93
parent 36fac5b72c393d84bff3c0fd054b5fc148ef342d
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 14 Apr 2019 12:49:45 +0200

Vim plugins


Former-commit-id: 09057d9f0560eedb12a8bd8ec6fbeebca84f5d7e
Diffstat:
Mvim/plugins.vimrc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/vim/plugins.vimrc b/vim/plugins.vimrc @@ -152,5 +152,10 @@ let g:UltiSnipsEditSplit = "vertical" let g:vimwiki_table_mappings = 0 " avoid vimwiki conflict " }}} +" Improve what K does Plug 'gastonsimone/vim-dokumentary' +let g:dokumentary_docprgs = {'ruby': 'ri {0} | col -b'} + +" Work with variants of words easily +Plug 'tpope/vim-abolish' call plug#end()