mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Add initial support for settings to overwrite ale shell
This commit is contained in:
18
doc/ale.txt
18
doc/ale.txt
@@ -1984,6 +1984,24 @@ g:ale_windows_node_executable_path *g:ale_windows_node_executable_path*
|
||||
scripts are executed with whatever executable is configured with this
|
||||
setting.
|
||||
|
||||
g:ale_shell *g:ale_shell*
|
||||
|
||||
Type: |String|
|
||||
Default: `'&shell'`
|
||||
|
||||
This variable is used to determine which shell ale will use to execute
|
||||
commands. This variables defaults to the value of the vim option '&shell'
|
||||
which corresponds to the $SHELL environment variable. For example
|
||||
if `$SHELL == '/bin/bash'`, but you want to use zsh, set `g:ale_shell = '/bin/zsh'.`
|
||||
|
||||
g:ale_shell_arguments *g:ale_shell_arguments*
|
||||
|
||||
Type: |String|
|
||||
Default: `'&shellcmdflag'`
|
||||
|
||||
This variable is used to determine what commands vim will pass to the shell
|
||||
to execute it's commands. By default, `&shellcmdflag` would be set to the
|
||||
value of '`-c'`.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
6.1. Highlights *ale-highlights*
|
||||
|
||||
Reference in New Issue
Block a user