代码拉取完成,页面将自动刷新
This plugin enables to show Language Server progress on vim status line.
https://github.com/itchyny/lightline.vim
https://github.com/prabirshrestha/vim-lsp
Use your favorite plugin manager. An example using vim-plug is shown as follows.
Plug 'prabirshrestha/vim-lsp'
Plug 'itchyny/lightline.vim'
Plug 'micchy326/lightline-lsp-progress'
set g:lightline
in your vimrc.
let g:lightline = {
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'readonly', 'filename', 'modified', 'lsp_status' ] ]
\ },
\ 'component_function': {
\ 'lsp_status': 'lightline_lsp_progress#progress',
\ },
\ }
g:lightline_lsp_progress_skip_time
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。