We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7be73 commit 4de5544Copy full SHA for 4de5544
lua/nvim-tree/renderer/init.lua
@@ -54,7 +54,7 @@ if icon_state.show_folder_icon then
54
end
55
56
57
-local get_file_icon = function() return icon_state.icons.default end
+local get_file_icon = function() return "" end
58
if icon_state.show_file_icon then
59
local web_devicons = require'nvim-web-devicons'
60
@@ -83,7 +83,7 @@ if icon_state.show_file_icon then
83
84
85
86
-local get_special_icon = function() return icon_state.icons.default end
+local get_special_icon = function() return "" end
87
88
get_special_icon = function()
89
return #icon_state.icons.default > 0 and icon_state.icons.default..icon_padding or ""
0 commit comments