diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-17 14:08:47 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-17 17:01:01 +0000 |
commit | c366f6823d5a423bdc25e9401108cb2a53878624 (patch) | |
tree | c4ad655b3e03d5454b263979fa684bf38d391a21 /vim | |
parent | b1f6e00b608c45ee705fa235dee864e5cdcbf474 (diff) |
Spelling only for markdown files now in vim
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -383,8 +383,8 @@ 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 | syntax clear -" augroup end +augroup textfiles + autocmd! + autocmd filetype markdown :setlocal spell spelllang=en_gb | syntax clear +augroup end " }}} |