Disable spelling in committia preview

This commit is contained in:
Johannes Rothe 2024-11-02 11:06:40 +01:00
parent 2306d3b3e0
commit 4fa8bc25e8

View File

@ -177,6 +177,7 @@
augroup spell augroup spell
autocmd FileType gitcommit :set spell autocmd FileType gitcommit :set spell
autocmd FileType git :set nospell
autocmd FileType markdown :set spell autocmd FileType markdown :set spell
augroup end augroup end