dotfiles

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

commit 943cf293fd6f6d2398978b3b467b181bfc382045
parent 453ea47b4fed79ae51d82262be3b8d96d0bac32c
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 17 Sep 2021 10:02:19 +0200

vim: use :Man for C keywordprg

Diffstat:
Mvim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -280,7 +280,7 @@ cabbrev USE UltiSnipsEdit set completefunc=ultisnips_complete#ListSnippets " Dokumentary {{{3 " Improve what K does -let g:dokumentary_docprgs = {'ruby': 'ri {0} | col -b'} +let g:dokumentary_docprgs = {'ruby': 'ri {0} | col -b', 'c': ':Man {0}'} " Abolish {{{3 " Work with variants of words easily let g:abolish_save_file = '"$HOME"/.dotfiles/vim/abolish_save_file.vim'