adjust settings for markdown and gemtext
This commit is contained in:
parent
9f081bb52c
commit
5fdd739c5b
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -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:.
|
||||
|
||||
|
|
Loading…
Reference in a new issue