-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lsp-progress not show up in status line #16
Comments
I have the same issue. |
I have the same problem after upgrading my rust-analyzer to 2022-03-28 dev; no progress shown (the ra does work).
|
I think that lualine causes this problem. My lualine section C can't show filename and lsp_procress together. |
I have no idea why I have meet this problem, but currently, it works fine for me. If it fails to work in any way, I recommend you to use this plugin instead. |
user packer install:
ui["arkav/lualine-lsp-progress"] = {opt = true}
lualine config:
lualine_c = {'filename', 'lsp_progress'},
but nothing after filename section
The text was updated successfully, but these errors were encountered: