[ADD][VIM] Use 'textwidth' of 80 in markdown

This commit is contained in:
Bruno BELANYI 2020-12-12 14:12:07 +01:00
parent e0d0ffd138
commit 2b96d8870e
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@ let b:undo_ftplugin.='|unlet! b:ale_linter_aliases'
" Use a small indentation value on Pandoc files
setlocal shiftwidth=2
let b:undo_ftplugin.='|setlocal shiftwidth<'
" Use my usual text width
setlocal textwidth=80
let b:undo_ftplugin.='|setlocal textwidth<'