All of my important config files
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

11 linhas
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