-
-
Notifications
You must be signed in to change notification settings - Fork 623
Float window for full filenames has wrong bg #2746
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
Comments
That can be fixed. In full-name This surfaces a problem: when cursorline is not shown in the float, it shows the default float background. This is different from the tree and will need to be explicitly set. Many |
…3128) * fix(#2746): fix cursorcolumn and right aligned icons in floating windows * feat: remove right aligned icons from full name float, show float over right aligned icons * refactoring: move `extmarks_length` to utils.lua * fix: decrease `win_width` instead of increasing `text_width` when computing condition for full name float to show --------- Co-authored-by: Alexander Courtis <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Description
Setting
full_name = true
, there is an inconsistent color of the background of the floating window, depending onculopt
settting in neovim.Neovim version
Operating system and version
macOS 14.4.1
Windows variant
No response
nvim-tree version
81eb8d5
Clean room replication
Steps to reproduce
Expected behavior
I would expect to either show no cursorline at all (there are no numbers in nvim tree), or the floating window bg to be consistent with cursorline bg for shorter items.
Actual behavior
Screen.Recording.2024-04-11.at.11.34.32.mov
The text was updated successfully, but these errors were encountered: