feat(nvim): automatically set spell for mail

This commit is contained in:
Bruno Carlin 2025-02-11 15:23:05 +01:00
parent e5cea72bd9
commit c0a03f803b
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -14,4 +14,5 @@ vim.cmd [[
autocmd FileType vimwiki setlocal tw=80 ts=2 sts=2 sw=2 expandtab
autocmd FileType xml setlocal ts=2 sts=2 sw=2 expandtab
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
autocmd FileType mail set spell spelllang=fr
]]