]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Merge branch 'main' into indelog_hover_preview
authorindelog <39343976+indelog@users.noreply.github.com>
Tue, 16 Nov 2021 09:06:16 +0000 (10:06 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 09:06:16 +0000 (10:06 +0100)
1  2 
autoload/handlers.vim
doc/lsp.txt
plugin/lsp.vim

Simple merge
diff --cc doc/lsp.txt
Simple merge
diff --cc plugin/lsp.vim
index f7021fe7cf3a7d26d10f8f80bd24119e3d043451,8683e639089068d7879f39e45e49bb0d3b81f521..0f324c41c0ab62d7fbdea086be27c53c54628a00
@@@ -5,20 -5,6 +5,21 @@@ if v:version < 802 || !has('patch-8.2.2
    finish
  endif
  
++
 +" Perform completion in insert mode automatically. Otherwise use
 +" omni-complete.
 +if !exists('g:LSP_24x7_Complete')
 +  let g:LSP_24x7_Complete = v:true
 +endif
 +
 +if !exists('g:LSP_Show_Signature')
 +  let g:LSP_Show_Signature = v:true
 +endif
 +
 +if !exists('g:LSP_Hover_In_Preview')
 +  let g:LSP_Hover_In_Preview = v:false
 +endif
 +
  augroup LSPAutoCmds
    au!
    autocmd BufNewFile,BufReadPost *