arkav / lualine-lsp-progress

LSP Progress lualine componenet
MIT License
226 stars 18 forks source link

lsp-progress not show up in status line #16

Open rickywu opened 2 years ago

rickywu commented 2 years ago

user packer install: ui["arkav/lualine-lsp-progress"] = {opt = true}

lualine config: lualine_c = {'filename', 'lsp_progress'},

but nothing after filename section

jsholmes commented 2 years ago

I have the same issue.

dreamerlzl commented 2 years ago

I have the same problem after upgrading my rust-analyzer to 2022-03-28 dev; no progress shown (the ra does work).

  1. using neovim + vim-plug
  2. nvim itself and all plugins are up-to-date
  3. lualine_c only contains lsp_progress
OliverChao commented 2 years ago

I think that lualine causes this problem. My lualine section C can't show filename and lsp_procress together. SO, I only keep the lsp_process.

OliverChao commented 1 year ago

I have no idea why I have meet this problem, but currently, it works fine for me.
I have tried this plugin in my neovim, although I no longer use it, and it works. So, make sure you use the latest version of this plugin and neovim( I use nightly-version)

If it fails to work in any way, I recommend you to use this plugin instead.