dotfiles

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

commit 3b3f5c0a6a6d8073fd549d711ce3cc69f6d5011b
parent 2dc1b59628cd51ab94c35d4124f6179f1809dd37
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 13 Jun 2019 20:32:24 +0200

vim: enable stock Man plugin

Former-commit-id: e0b99b1b0325b32101b30fda1fa6c568b915008f
Diffstat:
Mvim/general.vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vim/general.vimrc b/vim/general.vimrc @@ -8,6 +8,9 @@ set tags=./tags,tags,.git/tags " matchit.vim is default, why not enable it runtime macros/matchit.vim +" same with :Man +runtime ftplugin/man.vim + " For editing binaries set binary