commit | 2f9904eecd8a758761c21c3573b3ff0f4f6f5b12 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Sep 05 03:18:02 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon Sep 05 03:18:02 2022 +0100 |
tree | 70fdb8d1792fc5f42742c0582fd6e9c5dada39ca | |
parent | aff1ce21525e83561465eefddfdeb423be64edf2 [diff] [blame] |
Add a spellchecker for vim
diff --git a/modules/neovim/markdown/markdown.vim b/modules/neovim/markdown/markdown.vim index a8ccfd5..b5d629f 100644 --- a/modules/neovim/markdown/markdown.vim +++ b/modules/neovim/markdown/markdown.vim
@@ -1,2 +1 @@ -set conceallevel=2 - +let g:vim_markdown_conceal_code_blocks = 0