-
-
Notifications
You must be signed in to change notification settings - Fork 619
Files inside directory not intended #1
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
i'm gonna take a look, formatting might be badly handled without the vim-devicons package |
I cannot reproduce, can you specify your environment ? (os, terminal, $TERM variable) |
OS: macOS 10.13.6 |
i use alacritty with tmux on linux. When i tested on macos with tmux and iterm it worked fine too. |
I was using Also I tried it with a font that has some icons, and it seems that only folders have icons assigned. I do not have |
It seems to work fine with this, but the git highlight for files is broken diff --git a/lua/lib/format.lua b/lua/lib/format.lua
index 9bf5ddb..7588d2f 100644
--- a/lua/lib/format.lua
+++ b/lua/lib/format.lua
@@ -19,7 +19,7 @@ local function default_icons(_, isdir, open)
return " "
end
- return ""
+ return " "
end
local function create_matcher(arr) |
Hum yes i tried to find a font that doesn't display folders but i didn't find one. Its because i display folders without the |
Yeah, I guess having an option to disable glyphs should work. |
ok it's fixed now. |
Coo, that seems to work. Thanks for the plugin! |
I think something like |
I'll think about a proper way to do this. Specifying an object should be more appropriate |
If you see, the files inside lib is rendered along with lib.
I think this might only happens without icons, not sure though.
The text was updated successfully, but these errors were encountered: