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