dotfiles

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

commit 66a36f9703e8eb0ab61a16a06df63d24be4e86a4
parent 5b6db3a98dd253653958b1718b29f01b00a50e55
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed,  3 Oct 2018 01:42:00 +0200

Keyword lookup should be :help for vim

Diffstat:
Mvim/autocmd.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vim/autocmd.vimrc b/vim/autocmd.vimrc @@ -1,4 +1,5 @@ augroup configgroup autocmd! autocmd BufRead,BufNewFile *.md setlocal conceallevel=2 + autocmd FileType vim setlocal keywordprg=:help augroup END