From d2af031ee95e54d20297afbdc10d710fde5242e1 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Thu, 18 Mar 2021 15:23:27 +0100 Subject: [PATCH] added spelling for txt files --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 5033c74..315c090 100644 --- a/.vimrc +++ b/.vimrc @@ -140,6 +140,7 @@ if has("autocmd") " To spell check all Markdown files autocmd FileType markdown setlocal spell autocmd BufRead,BufNewFile *.rst setlocal spell + autocmd BufRead,BufNewFile *.txt setlocal spell " Set filetype tab settings autocmd FileType python,doctest set ai ts=4 sw=4 sts=4 et