mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
Request LSP completion for the next col after the cursor
This commit is contained in:
@@ -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),
|
||||||
\)
|
\)
|
||||||
|
|||||||
Reference in New Issue
Block a user