dotfiles

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

commit 86c1c464372856dceec4fa1c0f91197cacd1100b
parent 3d30f601e5b71f30de2a1914118f191494d6988f
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 15 Apr 2019 12:10:45 +0200

Devdocs lookup plugin


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

diff --git a/vim/plugins.vimrc b/vim/plugins.vimrc @@ -158,4 +158,6 @@ let g:dokumentary_docprgs = {'ruby': 'ri {0} | col -b'} " Work with variants of words easily Plug 'tpope/vim-abolish' + +Plug 'romainl/vim-devdocs' call plug#end()