mirror of https://github.com/dense-analysis/ale
Request LSP completion for the next col after the cursor
This commit is contained in:
parent
e960e54eca
commit
bcf63eea96
|
@ -480,7 +480,7 @@ function! s:OnReady(linter, lsp_details, ...) abort
|
||||||
\ b:ale_completion_info.line,
|
\ b:ale_completion_info.line,
|
||||||
\ min([
|
\ min([
|
||||||
\ b:ale_completion_info.line_length,
|
\ b:ale_completion_info.line_length,
|
||||||
\ b:ale_completion_info.column,
|
\ b:ale_completion_info.column + 1,
|
||||||
\ ]),
|
\ ]),
|
||||||
\ ale#completion#GetTriggerCharacter(&filetype, b:ale_completion_info.prefix),
|
\ ale#completion#GetTriggerCharacter(&filetype, b:ale_completion_info.prefix),
|
||||||
\)
|
\)
|
||||||
|
|
Loading…
Reference in New Issue