chore(nvim): remove default spell activation in markdown

This commit is contained in:
Stefan Imhoff
2022-10-15 19:49:25 +02:00
parent 9efe202acc
commit 90a837133b

View File

@@ -31,7 +31,6 @@ vim.cmd([[
augroup _markdown
autocmd!
autocmd FileType markdown setlocal wrap
autocmd FileType markdown setlocal spell
augroup end
augroup _ft_html