From 2f0c183557194197238b186efa986ff067d91873 Mon Sep 17 00:00:00 2001 From: Eric Tiedemann Date: Mon, 27 Nov 2023 16:53:42 -0500 Subject: [PATCH] add devicons --- lua/custom/plugins/nvim-tree.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/nvim-tree.lua b/lua/custom/plugins/nvim-tree.lua index d83deda6..2e199bbe 100644 --- a/lua/custom/plugins/nvim-tree.lua +++ b/lua/custom/plugins/nvim-tree.lua @@ -1,6 +1,7 @@ return { { 'nvim-tree/nvim-tree.lua', + dependencies = { 'nvim-tree/nvim-web-devicons' }, opts = { sort_by = "case_sensitive", view = { width = 30, },