mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:17:35 +00:00
Add fixer for markdown to trim trailing whitespace
This commit is contained in:
parent
e9bd22b73c
commit
1e7156d172
@ -70,6 +70,7 @@ elseif has('nvim') || v:version >= 800
|
|||||||
let g:ale_fixers = {
|
let g:ale_fixers = {
|
||||||
\ 'go': ['gofmt', 'goimports'],
|
\ 'go': ['gofmt', 'goimports'],
|
||||||
\ 'rust': ['rustfmt'],
|
\ 'rust': ['rustfmt'],
|
||||||
|
\ 'markdown': ['trim_whitespace'],
|
||||||
\}
|
\}
|
||||||
|
|
||||||
" Auto-complete from ALE, possible alternative to asyncomplete
|
" Auto-complete from ALE, possible alternative to asyncomplete
|
||||||
|
Loading…
Reference in New Issue
Block a user