1 2 3 4 5 6 7
vim.cmd [[ augroup _markdown autocmd! autocmd FileType markdown setlocal wrap autocmd FileType markdown setlocal spell augroup end ]]