diff options
Diffstat (limited to 'lua/telescope/make_entry.lua')
| -rw-r--r-- | lua/telescope/make_entry.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/telescope/make_entry.lua b/lua/telescope/make_entry.lua index bf018d0..76e5275 100644 --- a/lua/telescope/make_entry.lua +++ b/lua/telescope/make_entry.lua @@ -10,6 +10,10 @@ local make_entry = {} local transform_devicons if has_devicons then + if not devicons.has_loaded() then + devicons.setup() + end + transform_devicons = function(filename, display, disable_devicons) if disable_devicons or not filename then return display |
