mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:36:28 +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 = {
|
||||
\ 'go': ['gofmt', 'goimports'],
|
||||
\ 'rust': ['rustfmt'],
|
||||
\ 'markdown': ['trim_whitespace'],
|
||||
\}
|
||||
|
||||
" Auto-complete from ALE, possible alternative to asyncomplete
|
||||
|
Loading…
Reference in New Issue
Block a user