1
1
Fork 0

removed unused vim writing configs

This commit is contained in:
Joe Wroten 2017-07-07 04:32:05 -05:00
parent 367a788a76
commit fdb033f6d0

8
vimrc
View file

@ -168,19 +168,11 @@ omap f <Plug>Sneak_f
omap F <Plug>Sneak_F
" 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()
function SetMarkdownOptions()
" Enable spellcheck.
set spell spelllang=en_us
set nonumber
set wrap
set nolist
" Wordy weak
DittoOn
endfunction