adjust settings for markdown and gemtext

This commit is contained in:
Morgan McMillian 2021-02-21 14:30:42 -08:00
parent 9f081bb52c
commit 5fdd739c5b

2
.vimrc
View file

@ -38,6 +38,8 @@ autocmd FileType go setlocal noet ts=4 sw=4
autocmd FileType mail setlocal noautoindent spell spelllang=en_us
autocmd FileType python setlocal et ts=4 sw=4
autocmd FileType qml setlocal et ts=4 sw=4
autocmd FileType markdown setlocal spell spelllang=en_us cc= wrap
autocmd FileType gemtext setlocal spell spelllang=en_us cc= wrap
set listchars=tab:▸\ ,eol,space:.