All of my important config files
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

11 行
278 B

" set textwidth for automatic line wrap
set tw=80
set spell spelllang=en_us
set conceallevel=0
" disable real time linting, as it might be distracting
let g:ale_lint_on_text_changed=0
let g:ale_fixers = {}
let g:ale_fixers['markdown'] = ['prettier']
let g:ale_fix_on_save = 1