diff options
author | Matthew Lemon <y@yulqen.org> | 2024-07-08 09:54:30 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-07-08 09:54:30 +0100 |
commit | 30965a1419844bfb8f8c16540a31124d03c6d6e6 (patch) | |
tree | e5a300cd2767736e1d096f8cb29ef0dca6c804d6 | |
parent | 3fdf19e98f3376fd6bcfb667e87dc66a943f4482 (diff) |
Switch off spelling in markdown files in vim
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -432,10 +432,10 @@ nnoremap <leader><C-f> :GitFZF<CR> "}}} " Turn spelling on for text files {{{ " from - https://dmerej.info/blog/post/syntax-highlighting-is-useless/ -augroup textfiles - autocmd! - autocmd filetype markdown setlocal spell spelllang=en -augroup end +" augroup textfiles +" autocmd! +" autocmd filetype markdown setlocal spell spelllang=en +" augroup end " }}} " Read man pages in vim {{{ runtime! ftplugin/man.vim |