mirror of https://github.com/dense-analysis/ale
Correct the spelling of :ALEComplete (#3843)
This commit is contained in:
parent
73d32335fe
commit
dce088a4f0
|
@ -3111,7 +3111,7 @@ ALEComplete *ALEComplete*
|
||||||
Manually trigger LSP autocomplete and show the menu. Works only when called
|
Manually trigger LSP autocomplete and show the menu. Works only when called
|
||||||
from insert mode. >
|
from insert mode. >
|
||||||
|
|
||||||
inoremap <silent> <C-Space> <C-\><C-O>:AleComplete<CR>
|
inoremap <silent> <C-Space> <C-\><C-O>:ALEComplete<CR>
|
||||||
<
|
<
|
||||||
A plug mapping `<Plug>(ale_complete)` is defined for this command. >
|
A plug mapping `<Plug>(ale_complete)` is defined for this command. >
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue