Markdown editing adjust
This commit is contained in:
parent
16d73879dc
commit
e820e39490
1 changed files with 4 additions and 3 deletions
7
vimrc
7
vimrc
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue