dotfiles

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

commit d57c8d113c4a62c7891530b71eb0a98c4ad600c3
parent 971d91cce5164076fa205cb31c1ed94603e43a4e
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed,  7 Nov 2018 14:49:07 +0100

Wrap text in markdown files

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

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