removed unused vim writing configs
This commit is contained in:
parent
367a788a76
commit
fdb033f6d0
1 changed files with 0 additions and 8 deletions
8
vimrc
8
vimrc
|
@ -168,19 +168,11 @@ omap f <Plug>Sneak_f
|
||||||
omap F <Plug>Sneak_F
|
omap F <Plug>Sneak_F
|
||||||
|
|
||||||
" writing
|
" writing
|
||||||
let g:limelight_conceal_ctermfg = 'DarkGray'
|
|
||||||
let g:limelight_conceal_guifg = 'DarkGray'
|
|
||||||
highlight Folded ctermbg=NONE
|
|
||||||
highlight FoldColumn ctermbg=NONE
|
|
||||||
|
|
||||||
autocmd Filetype markdown call SetMarkdownOptions()
|
autocmd Filetype markdown call SetMarkdownOptions()
|
||||||
|
|
||||||
function SetMarkdownOptions()
|
function SetMarkdownOptions()
|
||||||
" Enable spellcheck.
|
" Enable spellcheck.
|
||||||
set spell spelllang=en_us
|
set spell spelllang=en_us
|
||||||
set nonumber
|
|
||||||
set wrap
|
set wrap
|
||||||
set nolist
|
set nolist
|
||||||
" Wordy weak
|
|
||||||
DittoOn
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
Loading…
Add table
Reference in a new issue