commit 9f4ab268bea8802916822a0a69e82d1ad76503ee
parent 52b3e98eb8c9f473deb81d59a9098d83f6299cf5
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 19 Dec 2018 21:58:41 +0100
Disable list characters in markdown
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/links/.vim/ftplugin/markdown.vim b/links/.vim/ftplugin/markdown.vim
@@ -2,7 +2,7 @@ augroup markdown_typography
call pencil#init({'wrap': 'soft', 'textwidth': 80, 'conceallevel': 0})
setlocal spell spl=en_us
setlocal fdo+=search
- setlocal list
+ setlocal nolist
setlocal formatoptions=alw2qt " automatically reflow paragraphs
setlocal completefunc=emoji#complete
AdVIMsorEnable " detect weasel words, use of passive voice, word duplicates