]> git.nbdom.net Git - nb.git/commitdiff
etc/vim/source/spell.vim
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 17 Dec 2024 13:20:33 +0000 (14:20 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 17 Dec 2024 13:20:33 +0000 (14:20 +0100)
etc/vim/source/spell.vim

index d115104dcd8e23b432b82e2e86d67469920595d9..529d894af4db8a182c97192ad3c6fa1266110170 100644 (file)
@@ -1,5 +1,5 @@
 set nospell
-autocmd FileType text,mail setlocal spell
+autocmd FileType text,mail,markdown setlocal spell
 " Disable spell checking for code
 "echo ">>" . &filetype
 " autocmd BufRead,BufNewFile * if &filetype == "" && expand('%:e') !~ 'mail' | setlocal nospell | endif