You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Behaviour when Folder Name is too big (/Users/...../../.../.../data-science-from-scratch)
Problem
Nerdtree is misaligning the vsplit. let g:WebDevIconsNerdTreeGitPluginForceVAlign = 1 and let g:WebDevIconsUnicodeDecorateFolderNodes = 1 are set. When the folder of the tree root dir is too large it gets truncated usually with an arrow symbol:
This leads to a misalignment in the vsplit. Here is another example of this behaviour, but this time with Bookmarks:
The Bookmark nvim is resized with an arrow symbol the others not.
The text was updated successfully, but these errors were encountered:
Some Update to this: I used Space Mono Nerd Font, which compress </ into this compress/arrow down icon, that uses less space which leads to this misalignment. Just changing fonts will fix/ignore this problem.
Requirements
Required Info
VimDevIcons
is the last loaded vim plugin?vim --version
Optional Info
Expected Behaviour
Behaviour when Folder Name is too big (/Users/...../../.../.../data-science-from-scratch)
Problem
Nerdtree is misaligning the vsplit.
let g:WebDevIconsNerdTreeGitPluginForceVAlign = 1
andlet g:WebDevIconsUnicodeDecorateFolderNodes = 1
are set. When the folder of the tree root dir is too large it gets truncated usually with an arrow symbol:This leads to a misalignment in the vsplit. Here is another example of this behaviour, but this time with Bookmarks:
The Bookmark nvim is resized with an arrow symbol the others not.
The text was updated successfully, but these errors were encountered: