dotfiles

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

commit ae85412fb2ff20014eafa45b8e4a80016dbec580
parent cf4c39bfac2aade7d727f10edf7922009eaf780e
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 17 Oct 2018 18:43:05 +0200

Added autocmd for markdown ft

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

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