diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -385,6 +385,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 " }}} |