Improvements :-) ...

This commit is contained in:
MorganGeek
2019-12-01 12:01:19 +01:00
parent 60428a5f01
commit 2e67ecc3cb
9 changed files with 89 additions and 23 deletions

View File

@ -84,9 +84,12 @@ let g:terraform_fmt_on_save=1
" dense-analysis/ale options
let g:ale_history_log_output = 1
let g:ale_use_global_executables = 1
let g:ale_fix_on_save = 1
let g:ale_completion_enabled = 1
let g:ale_fixers = {
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
\ 'python': ['black'],
\ 'rust': ['rustfmt'],
\}
" Enable syntax highlighting