mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
Improve signature help with lexima.vim (#638)
* Improve signature help with lexima.vim * Fix buffer change problem * Display signature help after cursor jumped * Fix event * Add _ prefix for inner functions
This commit is contained in:
@@ -292,7 +292,7 @@ function! lsp#ui#vim#output#preview(server, data, options) abort
|
||||
\ && type(g:lsp_preview_doubletap) == 3
|
||||
\ && len(g:lsp_preview_doubletap) >= 1
|
||||
\ && type(g:lsp_preview_doubletap[0]) == 2
|
||||
\ && mode()[0] !=# 'i'
|
||||
\ && index(['i', 's'], mode()[0]) == -1
|
||||
echo ''
|
||||
return call(g:lsp_preview_doubletap[0], [])
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user