Integration with heirline #60
Replies: 1 comment 1 reply
-
lsp progress will send event constantly even there's no status updated. This is because I found statusline won't get updated when first open a lua script (with lua-ls) until my cursor moves, I am not sure why there's no event send by lsp. So I registered a background task, send event every 500 ms. You can set a very big int to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the README, it shows how to integrate with
lualine
with an autocmd:How can I integrate this with another statusline plugin like
heirline
? I have this right now and though it seems to work, it refreshes my statusline constantly, even without any lsp activity:Beta Was this translation helpful? Give feedback.
All reactions