diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/ale.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim index 2f613b53..d75d33b0 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -209,6 +209,9 @@ call ale#Set('completion_enabled', 0) call ale#Set('completion_delay', 100) call ale#Set('completion_max_suggestions', 50) +" A setting for wrapping commands. +call ale#Set('command_wrapper', '') + if g:ale_set_balloons call ale#balloon#Enable() endif |