[ADD][VIM] Use 'textwidth' of 80 in markdown
This commit is contained in:
parent
e0d0ffd138
commit
2b96d8870e
|
@ -8,3 +8,7 @@ let b:undo_ftplugin.='|unlet! b:ale_linter_aliases'
|
||||||
" Use a small indentation value on Pandoc files
|
" Use a small indentation value on Pandoc files
|
||||||
setlocal shiftwidth=2
|
setlocal shiftwidth=2
|
||||||
let b:undo_ftplugin.='|setlocal shiftwidth<'
|
let b:undo_ftplugin.='|setlocal shiftwidth<'
|
||||||
|
|
||||||
|
" Use my usual text width
|
||||||
|
setlocal textwidth=80
|
||||||
|
let b:undo_ftplugin.='|setlocal textwidth<'
|
||||||
|
|
Loading…
Reference in a new issue