-
Notifications
You must be signed in to change notification settings - Fork 461
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
feat(lspsaga & lualine): Show symbols in lualine. #402
Conversation
d01b530
to
f08d88f
Compare
IMO this is similar to the function of bufferline (and their location is very close). Besides, the problem of built-in rendering has not been resolved. |
I agree with your view point. |
I have made adjustments to support nvimdots/lua/modules/completion/config.lua Lines 106 to 127 in f08d88f
This setting is position independent because |
Ok, that's pretty cool! Nice! |
Yeah, it is virtual text. But it still makes me feel distracting, never mind, it's just my opinion. I'll keep it for myself. |
Another reason for putting symbols here is there are no elements in the center of |
I don't think it's lspsaga's fault to blame. It's an upstream issue. In neovim nightly(0.9.0), the filename placeholder in winbar will always persist, but in 0.8.2, the rendering issue mentioned in #398 (comment) does exist. |
This occurs only when The main issue is that currently |
#398 (comment). This can solve rendering problems such as displaying
'cursorcolumn'
. Symbol_in_winbar will cause the space between bufferline and the file to be inaccessible by built-in features.This is a rough setup and should require additional testing 👍