diff options
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -384,6 +384,6 @@ nnoremap <leader><C-f> :GitFZF<CR> " from - https://dmerej.info/blog/post/syntax-highlighting-is-useless/ augroup textfiles autocmd! - autocmd filetype markdown :setlocal spell spelllang=en_gb | syntax clear + autocmd filetype markdown setlocal spell spelllang=en augroup end -" }}} +"}}} |