added spelling to cook files

This commit is contained in:
Jonas Forsberg 2023-10-12 13:28:12 +02:00
parent e8b0f542b7
commit 313b60d0a8

1
.vimrc
View File

@ -142,6 +142,7 @@ if has("autocmd")
autocmd FileType markdown setlocal spell
autocmd BufRead,BufNewFile *.rst setlocal spell
autocmd BufRead,BufNewFile *.txt setlocal spell
autocmd BufRead,BufNewFile *.cook setlocal spell
" Set filetype tab settings
autocmd FileType python,doctest set ai ts=4 sw=4 sts=4 et