diff options
author | listout <listout@protonmail.com> | 2021-06-14 18:43:30 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-06-14 18:43:30 +0530 |
commit | 60af6ee16364d8030e97d04bae9abba75c13723a (patch) | |
tree | 3fcca51b0771154a6361b85efa2f78f21569596e /after | |
parent | 23e83d8c0c592be99dd746af37dc0942bc72eca4 (diff) |
80 character limit
Diffstat (limited to 'after')
-rw-r--r-- | after/ftplugin/markdown.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/ftplugin/markdown.vim b/after/ftplugin/markdown.vim index bd18a54..e0115be 100644 --- a/after/ftplugin/markdown.vim +++ b/after/ftplugin/markdown.vim @@ -10,6 +10,7 @@ let g:vim_markdown_anchorexpr="'<<'.v:anchor.'>>'" " Spell checking set spell spelllang=en_us +set textwidth=80 " Does not highlight conceal highlight Conceal ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE |