diff options
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 " }}} |