From 2306ed5503830484e1af8bbd4464134a7933315d Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Wed, 4 Sep 2024 14:57:39 +0200 Subject: [PATCH] revert: remove devicons, replaced by mini.icons --- lua/weeheavy/plugins/devicons.lua | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lua/weeheavy/plugins/devicons.lua diff --git a/lua/weeheavy/plugins/devicons.lua b/lua/weeheavy/plugins/devicons.lua deleted file mode 100644 index e8af518..0000000 --- a/lua/weeheavy/plugins/devicons.lua +++ /dev/null @@ -1,5 +0,0 @@ -return { - "nvim-tree/nvim-web-devicons", - lazy = true, - event = "VeryLazy", -}