From 313b60d0a855394bbd1d9c8db4d11fccba03e5da Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Thu, 12 Oct 2023 13:28:12 +0200 Subject: [PATCH] added spelling to cook files --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index d10f7e1..32e9afc 100644 --- a/.vimrc +++ b/.vimrc @@ -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