1
1
Fork 0

Markdown editing adjust

This commit is contained in:
Joe Wroten 2017-03-06 16:01:33 -06:00
parent 16d73879dc
commit e820e39490

7
vimrc
View file

@ -3,8 +3,6 @@ set encoding=utf8
" Stop word wrapping " Stop word wrapping
set nowrap set nowrap
" Except... on Makrdown. That's good stuff.
autocmd FileType markdown setlocal wrap
" Adjust system undo levels " Adjust system undo levels
set undolevels=100 set undolevels=100
@ -168,7 +166,10 @@ function SetMarkdownOptions()
set norelativenumber set norelativenumber
set foldcolumn=10 set foldcolumn=10
set textwidth=80 set textwidth=80
set wrap
set linebreak
set nolist
Limelight Limelight
Wordy weak " Wordy weak
DittoOn DittoOn
endfunction endfunction